Fixes #1534 - Fixes snackbar not finding the root layout

nightly-build-test
Jeff Boek 5 years ago committed by Colin Lee
parent 29414a49e7
commit 9de120b8ab

@ -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