Clear focus when entering gateway selection during badge checkout.

This commit is contained in:
Alex Hart
2025-12-08 10:25:40 -04:00
committed by Michelle Tang
parent 37e77a53f9
commit aa3079673f

View File

@@ -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)