Merge pull request #4889 from element-hq/feature/bma/genericNotification
Show generic notification when Event cannot be resolved
This commit is contained in:
commit
5ee33a8d16
17 changed files with 197 additions and 12 deletions
|
|
@ -59,6 +59,7 @@ class DefaultClearCacheUseCase @Inject constructor(
|
|||
seenInvitesStore.clear()
|
||||
// Ensure any error will be displayed again
|
||||
pushService.setIgnoreRegistrationError(matrixClient.sessionId, false)
|
||||
pushService.resetBatteryOptimizationState()
|
||||
// Ensure the app is restarted
|
||||
defaultCacheService.onClearedCache(matrixClient.sessionId)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue