mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix issue with notification from previous account displayed after logout
This commit is contained in:
parent
f2a52f0253
commit
c21b9df9a5
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class SignOutUiWorker(private val activity: FragmentActivity) {
|
|||
private fun doSignOut() {
|
||||
// Dismiss all notifications
|
||||
notificationDrawerManager.clearAllEvents()
|
||||
notificationDrawerManager.persistInfo()
|
||||
|
||||
MainActivity.restartApp(activity, clearCache = true, clearCredentials = true)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue