Closed siscofran999 closed 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
That line is super.onLayout(...) which means its within FrameLayout. It looks like you somehow have a null child view in the layout.
super.onLayout(...)
FrameLayout
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