1
0
Fork 0

For #4143 - Allow user to rotate to other landscape orientation

master
Emily Kager 2019-07-18 09:48:23 -07:00 committed by Emily Kager
parent b70719bd00
commit 9f40c25c75
1 changed files with 1 additions and 1 deletions

View File

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