Here is the project I'm currently working on and h...
# android
s
Here is the project I'm currently working on and has this issue. https://github.com/saied89/FilmCompass
To see the issue 1.comment line 31 of MovieListFragment. 2.Disconnection your device from network and launch app 3. rootView binding in showError method is null and Snackbar.Show will throw
i
If you look at Kotlin Bytecode, Fragment getView can be NULL in some cases.
s
yeah but not while the fragment is resumed