Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6d8a9d

Browse files
author
dinuscxj
committed
fix balloonLoadingRenderer nullpointerException
1 parent 1d23a0b commit b6d8a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/main/java/app/dinus/com/loadingdrawable/render/goods/BalloonLoadingRenderer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ private void init(Context context) {
108108
mCannulaColor = DEFAULT_CANNULA_COLOR;
109109
mPipeBodyColor = DEFAULT_PIPE_BODY_COLOR;
110110

111+
mProgressText = 10 + PERCENT_SIGN;
112+
111113
setDuration(ANIMATION_DURATION);
112114
}
113115

0 commit comments

Comments
 (0)