Skip to content

Commit d360761

Browse files
committed
master: init paint incase of currentCountbug fix
1 parent 423fd69 commit d360761

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stepview/src/main/java/params/com/stepview/StatusView.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ class StatusView @JvmOverloads constructor(
105105
/*
106106
The count up to which status has been completed
107107
*/
108-
var currentCount: Int by OnLayoutProp(INVALID_STATUS_COUNT)
108+
var currentCount: Int by OnLayoutProp(INVALID_STATUS_COUNT){
109+
initCirclePaints()
110+
}
109111

110112

111113
/*

0 commit comments

Comments
 (0)