1
0
Fork 0

For #4145 - Remove anchor view from fullscreen snackbar (#4160)

master
Emily Kager 2019-07-19 14:18:47 -04:00 committed by Sawyer Blatz
parent 9f40c25c75
commit fc2bff0fde
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ class BrowserFragment : Fragment(), BackHandler {
) {
if (it) {
FenixSnackbar.make(view.rootView, Snackbar.LENGTH_SHORT)
.setAnchorView(toolbarComponent.uiView.view)
.setText(getString(R.string.full_screen_notification))
.show()
activity?.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_USER_LANDSCAPE