mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-02 22:30:40 +00:00
Fixed control cast on non-fullscreen.
This commit is contained in:
parent
b822078d4b
commit
3bf0740bd1
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class FutoVideoPlayer : FutoVideoPlayerBase {
|
||||||
updateRotateLock();
|
updateRotateLock();
|
||||||
};
|
};
|
||||||
_control_cast.setOnClickListener {
|
_control_cast.setOnClickListener {
|
||||||
|
UIDialogs.showCastingDialog(context);
|
||||||
};
|
};
|
||||||
|
|
||||||
_control_minimize_fullscreen.setOnClickListener {
|
_control_minimize_fullscreen.setOnClickListener {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue