|
|
@@ -453,9 +453,15 @@ public class NavigationBar {
|
|
|
}
|
|
|
}
|
|
|
else {
|
|
|
- bucketListCheckAnimation.offAnimationShow(buttonConfirm);
|
|
|
- //buttonConfirm.setImageResource(R.drawable.ic_icon_bucket_complete_default);
|
|
|
- blackWhite.change(isWhite);
|
|
|
+ if (isAnim) {
|
|
|
+ bucketListCheckAnimation.offAnimationShow(buttonConfirm);
|
|
|
+ }
|
|
|
+ else {
|
|
|
+ buttonConfirm.setImageResource(R.drawable.ic_icon_bucket_complete_default);
|
|
|
+ blackWhite.change(isWhite);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|