Move setIgnoreRegistrationError call.
This commit is contained in:
parent
5fa3802373
commit
abc0e7edf7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue