Fix login navigation getting stuck with no-op analytics provider
Change-Id: Icac04e1193e12943c2b8598f48d79ac6e7cef3a5
This commit is contained in:
parent
6a9f233283
commit
02dbaab3d5
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