mirror of
https://github.com/etesync/android
synced 2025-02-23 13:02: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) {
|
} catch (e: Exception) {
|
||||||
uiThread {
|
uiThread {
|
||||||
reportErrorHelper(requireContext(), e)
|
reportErrorHelper(requireContext(), e)
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
uiThread {
|
|
||||||
loadingModel.setLoading(false)
|
loadingModel.setLoading(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user