We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a19bf4 commit 8b92031Copy full SHA for 8b92031
WordPress/src/main/java/org/wordpress/android/ui/sitecreation/SiteCreationMainVM.kt
@@ -174,6 +174,7 @@ class SiteCreationMainVM @Inject constructor(
174
} catch (e: IllegalStateException) {
175
// If the current step index is invalid, we reset the wizard
176
wizardManager.setCurrentStepIndex(0)
177
+ AppLog.e(T.THEMES, "Resetting site creation wizard: ${e.message}")
178
}
179
180
isStarted = true
0 commit comments