We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eca9dc commit c213af1Copy full SHA for c213af1
1 file changed
support/src/main/java/com/github/nikartm/support/StripedProcessButton.java
@@ -16,7 +16,7 @@
16
public class StripedProcessButton extends AppCompatButton implements Animatable {
17
18
private AnimatedStripedDrawable stripedDrawable;
19
- private State state;
+ private State state = State.STOP;
20
21
private long startAnimDuration = Constants.NO_INIT;
22
private long stopAnimDuration = Constants.NO_INIT;
0 commit comments