2
0
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:
indu 2022-06-08 13:25:59 +05:30 committed by Mugurell
parent 6318ed91bc
commit 2efa6cca39

View File

@ -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