mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25413: App should not be locked in landscape when a tab or custom tab loads while in pip mode
App should not be locked in landscape while in pip mode when a tab or custom tab loads Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
This commit is contained in:
parent
6318ed91bc
commit
2efa6cca39
@ -449,7 +449,8 @@ abstract class BaseBrowserFragment :
|
||||
fullScreenMediaSessionFeature.set(
|
||||
feature = MediaSessionFullscreenFeature(
|
||||
requireActivity(),
|
||||
context.components.core.store
|
||||
context.components.core.store,
|
||||
customTabSessionId
|
||||
),
|
||||
owner = this,
|
||||
view = view
|
||||
|
Loading…
Reference in New Issue
Block a user