mirror of
https://github.com/etesync/android
synced 2025-02-22 20:42:04 +00:00
NewAccountWizard: don't show retry button when loading is successful.
This commit is contained in:
parent
6a8ea1633d
commit
181dd45e2c
@ -120,9 +120,6 @@ class WizardCheckFragment : Fragment() {
|
||||
} catch (e: Exception) {
|
||||
uiThread {
|
||||
reportErrorHelper(requireContext(), e)
|
||||
}
|
||||
} finally {
|
||||
uiThread {
|
||||
loadingModel.setLoading(false)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user