mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-05 15:49:22 +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("audio", _lastAudioSource);
|
||||||
_overlay_quality_selector?.selectOption("subtitles", _lastSubtitleSource);
|
_overlay_quality_selector?.selectOption("subtitles", _lastSubtitleSource);
|
||||||
_overlay_quality_selector?.show();
|
_overlay_quality_selector?.show();
|
||||||
|
_slideUpOverlay = _overlay_quality_selector;
|
||||||
}
|
}
|
||||||
|
|
||||||
fun prevVideo() {
|
fun prevVideo() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue