[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1534 - Fixes snackbar not finding the root layout

pull/600/head
Jeff Boek 5 years ago committed by Colin Lee
parent dcd4a5170d
commit 917f6139a7

@ -87,7 +87,7 @@ class FenixSnackbar private constructor(
}
if (view is FrameLayout) {
if (view.id == R.id.content) {
if (view.id == android.R.id.content) {
return view
}

Loading…
Cancel
Save