Move setIgnoreRegistrationError call.
This commit is contained in:
committed by
Benoit Marty
parent
582fa30736
commit
26fd24b341
@@ -66,9 +66,9 @@ class DefaultClearCacheUseCase @Inject constructor(
|
||||
ftueService.reset()
|
||||
// Clear migration screen store
|
||||
migrationScreenStore.reset()
|
||||
// Ensure the app is restarted
|
||||
defaultCacheIndexProvider.onClearedCache(matrixClient.sessionId)
|
||||
// Ensure any error will be displayed again
|
||||
pushService.setIgnoreRegistrationError(matrixClient.sessionId, false)
|
||||
// Ensure the app is restarted
|
||||
defaultCacheIndexProvider.onClearedCache(matrixClient.sessionId)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user