mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Clear focus when entering gateway selection during badge checkout.
This commit is contained in:
@@ -329,6 +329,7 @@ class DonateToSignalFragment :
|
||||
isEnabled = state.continueEnabled,
|
||||
onClick = {
|
||||
if (state.canContinue) {
|
||||
requireView().clearFocus()
|
||||
viewModel.requestSelectGateway()
|
||||
} else {
|
||||
showDonationPendingDialog(state)
|
||||
|
||||
Reference in New Issue
Block a user