We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbcfdc commit d49c644Copy full SHA for d49c644
Loadingbutton/src/main/java/com/flod/loadingbutton/LoadingButton.java
@@ -365,11 +365,6 @@ private void cancelAllRunning(boolean withAnim) {
365
* shrink -> startLoading
366
*/
367
public void start() {
368
- //disable click
369
- /*if (disableClickOnLoading) {
370
- super.setEnabled(false);
371
- }*/
372
-
373
//cancel last loading
374
if (curStatus == STATE.SHRINKING || curStatus == STATE.LOADING)
375
isCancel = true;
0 commit comments