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:
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…
Reference in New Issue
Block a user