Skip to content

Commit

Permalink
Fix acceptance errors of v15.0.1 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinbTEF authored Nov 6, 2024
1 parent 702ce27 commit 66aa72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class ProgressButton : FrameLayout {
}
}

@SuppressLint("ClickableViewAccessibility")
private fun setButtonBackground() {
buttonBackground.apply {
id = NO_ID
Expand Down Expand Up @@ -219,7 +220,6 @@ class ProgressButton : FrameLayout {
MotionEvent.ACTION_UP, MotionEvent.ACTION_CANCEL -> {
buttonNormal.isPressed = false
buttonLoading.isPressed = false
view.performClick()
}
}
false
Expand Down

0 comments on commit 66aa72d

Please sign in to comment.