For #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>
pull/543/head
indu 2 years ago committed by Mugurell
parent e81c38e8fd
commit 31336c0d87

@ -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…
Cancel
Save