Clear focus when entering gateway selection during badge checkout.

This commit is contained in:
Alex Hart
2025-12-10 14:41:06 -05:00
committed by Michelle Tang
parent 37e77a53f9
commit aa3079673f
@@ -329,6 +329,7 @@ class DonateToSignalFragment :
isEnabled = state.continueEnabled,
onClick = {
if (state.canContinue) {
requireView().clearFocus()
viewModel.requestSelectGateway()
} else {
showDonationPendingDialog(state)