mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Quality selection overlay now properly closes when pressing the back button.
This commit is contained in:
parent
bfdcab0e84
commit
4c022698d3
1 changed files with 1 additions and 0 deletions
|
@ -1486,6 +1486,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
_overlay_quality_selector?.selectOption("audio", _lastAudioSource);
|
||||
_overlay_quality_selector?.selectOption("subtitles", _lastSubtitleSource);
|
||||
_overlay_quality_selector?.show();
|
||||
_slideUpOverlay = _overlay_quality_selector;
|
||||
}
|
||||
|
||||
fun prevVideo() {
|
||||
|
|
Loading…
Add table
Reference in a new issue