1
0
Fork 0

For #2253 - Shorten Fullscreen snackbar length (#3190)

master
Emily Kager 2019-06-05 18:36:13 -07:00 committed by Colin Lee
parent 883afe9bd4
commit 93a5456785
1 changed files with 1 additions and 1 deletions

View File

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