mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix bad donor badge input behaviour.
This commit is contained in:
committed by
Greyson Parrelli
parent
1b471e163d
commit
93e5052d6b
@@ -82,6 +82,10 @@ class CircularProgressMaterialButton @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
private fun transformTo(state: State, animate: Boolean) {
|
||||
if (state == currentState && state == requestedState) {
|
||||
return
|
||||
}
|
||||
|
||||
requestedState = state
|
||||
if (animator?.isRunning == true) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user