2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
Emily Kager 2019-06-11 14:21:27 -07:00 committed by Emily Kager
parent 20fb449129
commit 3b0b7f6d48

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