1
0
Fork 0

For #6573 - Fixes anchor view for tab switching snackbar

master
ekager 2019-11-22 09:56:13 -08:00 committed by Emily Kager
parent bcf80d0e0b
commit 45071d6fc1
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ import androidx.lifecycle.Observer
import androidx.transition.TransitionInflater import androidx.transition.TransitionInflater
import com.google.android.material.snackbar.Snackbar import com.google.android.material.snackbar.Snackbar
import kotlinx.android.synthetic.main.fragment_browser.view.* import kotlinx.android.synthetic.main.fragment_browser.view.*
import kotlinx.android.synthetic.main.fragment_home.*
import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.ExperimentalCoroutinesApi
import mozilla.components.browser.session.Session import mozilla.components.browser.session.Session
import mozilla.components.feature.contextmenu.ContextMenuCandidate import mozilla.components.feature.contextmenu.ContextMenuCandidate
@ -255,7 +254,7 @@ class BrowserFragment : BaseBrowserFragment(), BackHandler {
view, view,
FenixSnackbarDelegate( FenixSnackbarDelegate(
view, view,
bottom_bar browserToolbarView.view
) )
) )