mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +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,
|
isEnabled = state.continueEnabled,
|
||||||
onClick = {
|
onClick = {
|
||||||
if (state.canContinue) {
|
if (state.canContinue) {
|
||||||
|
requireView().clearFocus()
|
||||||
viewModel.requestSelectGateway()
|
viewModel.requestSelectGateway()
|
||||||
} else {
|
} else {
|
||||||
showDonationPendingDialog(state)
|
showDonationPendingDialog(state)
|
||||||
|
|||||||
Reference in New Issue
Block a user