mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 05:38:55 +00:00
Fix view showing flash
This commit is contained in:
parent
103bc3efed
commit
ff26123894
1 changed files with 2 additions and 2 deletions
|
|
@ -63,12 +63,12 @@ class InvitationsView @JvmOverloads constructor(
|
|||
}
|
||||
|
||||
binding.acceptButton.setOnClickListener {
|
||||
it.flash()
|
||||
binding.root.flash()
|
||||
HapticFeedbackManager.tap(it)
|
||||
invitation.id?.let { it1 -> acceptCall?.invoke(it1) }
|
||||
}
|
||||
binding.rejectButton.setOnClickListener {
|
||||
it.flash()
|
||||
binding.root.flash()
|
||||
HapticFeedbackManager.tap(it)
|
||||
invitation.id?.let { it1 -> rejectCall?.invoke(it1) }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue