Skip to content

Commit

Permalink
fix: retry button after username request failure on More screen
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 22, 2024
1 parent 3e5ed2a commit c2953d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallet/src/de/schildbach/wallet/ui/more/MoreFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ class MoreFragment : Fragment(R.layout.fragment_more) {
}

binding.retryRequestButton.setOnClickListener {
// TODO: restart CreateIdentityService
mainActivityViewModel.logEvent(AnalyticsConstants.UsersContacts.CREATE_USERNAME_TRYAGAIN)
createIdentityViewModel.retryCreateIdentity()
}

initViewModel()
Expand Down

0 comments on commit c2953d4

Please sign in to comment.