[fenix] For https://github.com/mozilla-mobile/fenix/issues/2825: use FenixSnackbar for fullscreen notification

pull/600/head
Sören Hentzschel 5 years ago committed by Colin Lee
parent da0d7a007c
commit 211c6e3f28

@ -244,7 +244,8 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope {
sessionId
) {
if (it) {
Snackbar.make(view.rootView, getString(R.string.full_screen_notification), Snackbar.LENGTH_LONG)
FenixSnackbar.make(view.rootView, Snackbar.LENGTH_LONG)
.setText(getString(R.string.full_screen_notification))
.show()
activity?.enterToImmersiveMode()
toolbar.visibility = View.GONE

Loading…
Cancel
Save