1
0
Fork 0

For #2825: use FenixSnackbar for fullscreen notification

master
Sören Hentzschel 2019-04-24 22:21:26 +02:00 committed by Colin Lee
parent eadce68e52
commit 750ee266b0
1 changed files with 2 additions and 1 deletions

View File

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