[fenix] For https://github.com/mozilla-mobile/fenix/issues/2253 - Use toolbar as anchorView with fullscreen snackbar

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent 20fb449129
commit 3b0b7f6d48

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

Loading…
Cancel
Save