You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,12 +146,32 @@ public void setFlexBoxLayoutManager(@FlexDirection int flexDirection) {
140
146
setLayoutManager(flexboxLayoutManager);
141
147
}
142
148
149
+
publicvoidstartShimmer(intshimmerSize) {
150
+
if (data == null) {
151
+
thrownewIllegalArgumentException("Please construct your empty object extended from EzBaseData into the function #setData(data) or you can use #startShimmer(size, data)");
0 commit comments