For #4078 - Request landscape mode when entering fullscreen

This commit is contained in:
Emily Kager 2019-07-16 14:39:22 -07:00 committed by Emily Kager
parent ac37d4971c
commit 9ab67557cf
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import android.content.ClipData
import android.content.ClipboardManager
import android.content.Context
import android.content.Intent
import android.content.pm.ActivityInfo
import android.os.Bundle
import android.view.Gravity
import android.view.LayoutInflater
@ -311,10 +312,12 @@ class BrowserFragment : Fragment(), BackHandler {
.setAnchorView(toolbarComponent.uiView.view)
.setText(getString(R.string.full_screen_notification))
.show()
activity?.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
activity?.enterToImmersiveMode()
toolbar.visibility = View.GONE
nestedScrollQuickAction.visibility = View.GONE
} else {
activity?.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_USER
activity?.exitImmersiveModeIfNeeded()
(activity as HomeActivity).let { activity: HomeActivity ->
ThemeManager.applyStatusBarTheme(