1
0
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:
Tom Hacohen 2020-10-16 16:25:00 +03:00
parent 6a8ea1633d
commit 181dd45e2c

View File

@ -120,9 +120,6 @@ class WizardCheckFragment : Fragment() {
} catch (e: Exception) {
uiThread {
reportErrorHelper(requireContext(), e)
}
} finally {
uiThread {
loadingModel.setLoading(false)
}
}