[fenix] For https://github.com/mozilla-mobile/fenix/issues/4143 - Allow user to rotate to other landscape orientation

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent 1f301464fb
commit ca31389ba6

@ -310,7 +310,7 @@ class BrowserFragment : Fragment(), BackHandler {
.setAnchorView(toolbarComponent.uiView.view)
.setText(getString(R.string.full_screen_notification))
.show()
activity?.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
activity?.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_USER_LANDSCAPE
activity?.enterToImmersiveMode()
toolbar.visibility = View.GONE
nestedScrollQuickAction.visibility = View.GONE

Loading…
Cancel
Save