1
0
Fork 0

Fixes #1534 - Fixes snackbar not finding the root layout

master
Jeff Boek 2019-04-10 20:39:40 -07:00 committed by Colin Lee
parent 29414a49e7
commit 9de120b8ab
1 changed files with 1 additions and 1 deletions

View File

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