We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392c1bd commit caa1e1dCopy full SHA for caa1e1d
1 file changed
README.md
@@ -65,8 +65,8 @@ If you want to modify or want some changes in loadingAnimation . So follow below
65
##### or you can use
66
67
```JAVA
68
- loadingAnimation.start();
69
- loadingAnimation.stop();
+ loadingAnimation.setStart();
+ loadingAnimation.setStop();
70
```
71
72
### LICENCE
0 commit comments