Merge pull request #3337 from SpiritCroc/stuck-login
Fix login navigation getting stuck when the app was compiled with no-op analytics provider
This commit is contained in:
commit
1eac7e6fa3
1 changed files with 4 additions and 1 deletions
|
|
@ -98,7 +98,10 @@ class DefaultFtueService @Inject constructor(
|
||||||
} else {
|
} else {
|
||||||
getNextStep(FtueStep.AnalyticsOptIn)
|
getNextStep(FtueStep.AnalyticsOptIn)
|
||||||
}
|
}
|
||||||
FtueStep.AnalyticsOptIn -> null
|
FtueStep.AnalyticsOptIn -> {
|
||||||
|
updateState()
|
||||||
|
null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun isAnyStepIncomplete(): Boolean {
|
private suspend fun isAnyStepIncomplete(): Boolean {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue