mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
commit
a01542ef9c
@ -52,4 +52,9 @@ open class BottomSheet : BottomSheetDialogFragment() {
|
|||||||
fragmentManager,
|
fragmentManager,
|
||||||
null
|
null
|
||||||
)
|
)
|
||||||
|
|
||||||
|
override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean) {
|
||||||
|
super.onPictureInPictureModeChanged(isInPictureInPictureMode)
|
||||||
|
dialog?.dismiss()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user