Skip to content

Commit ca518bb

Browse files
fixing lint
1 parent 04e62f7 commit ca518bb

File tree

1 file changed

+1
-3
lines changed
  • loading-button-android/src/main/java/br/com/simplepass/loadingbutton/customViews

1 file changed

+1
-3
lines changed

loading-button-android/src/main/java/br/com/simplepass/loadingbutton/customViews/ProgressButton.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ interface ProgressButton : Drawable.Callback, LifecycleObserver {
5555
fun recoverInitialState()
5656
fun hideInitialState()
5757

58-
5958
fun startAnimation(onAnimationEndListener: () -> Unit)
6059

6160
fun startAnimation(onAnimationEndListener: OnAnimationEndListener) {
@@ -80,8 +79,7 @@ interface ProgressButton : Drawable.Callback, LifecycleObserver {
8079
fun revertAnimation() {
8180
revertAnimation { }
8281
}
83-
84-
82+
8583
fun doneLoadingAnimation(fillColor: Int, bitmap: Bitmap)
8684

8785
fun startRevealAnimation()

0 commit comments

Comments
 (0)