Skip to content

Commit ffa2fbc

Browse files
committed
Add missing parameter
1 parent 7118058 commit ffa2fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/kwaak/reacttwo/CirclesManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public String getName() {
3333

3434
@Override
3535
public CircleProgressView createViewInstance(ThemedReactContext context) {
36-
return new CircleProgressView(context);
36+
return new CircleProgressView(context, null);
3737
}
3838

3939
@ReactProp(name = "barColors")

0 commit comments

Comments
 (0)