facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

View.getVisibility() NullPointerException #94

Closed siscofran999 closed 4 years ago

siscofran999 commented 4 years ago

Hello, i have a problem on getVisibility when using shimmer layout that made velocity alert from firebase crashlytics. Is there any solution for this problem? Currently i used version 0.5.0 thx

Screen Shot 2020-04-23 at 11 19 19

photo_2020-04-23_11-20-03

xiphirx commented 4 years ago

That line is super.onLayout(...) which means its within FrameLayout. It looks like you somehow have a null child view in the layout.