1
0
Fork 0

For #2253 - Use toolbar as anchorView with fullscreen snackbar

master
Emily Kager 2019-06-11 14:21:27 -07:00 committed by Emily Kager
parent 8e3aeb1545
commit 71f2b0bdaa
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope {
) {
if (it) {
FenixSnackbar.make(view.rootView, Snackbar.LENGTH_SHORT)
.setAnchorView(toolbarComponent.uiView.view)
.setText(getString(R.string.full_screen_notification))
.show()
activity?.enterToImmersiveMode()