mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 16:07:42 +02:00
Merge pull request #6677 from vector-im/gil/6676-Reset_allChatsOnboardingHasBeenDisplayed_on_logout
Reset allChatsOnboardingHasBeenDisplayed on logout
This commit is contained in:
@@ -2196,6 +2196,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
// Logout all matrix account
|
||||
[[MXKAccountManager sharedManager] logoutWithCompletion:^{
|
||||
|
||||
// We reset allChatsOnboardingHasBeenDisplayed flag on logout
|
||||
RiotSettings.shared.allChatsOnboardingHasBeenDisplayed = NO;
|
||||
|
||||
if (completion)
|
||||
{
|
||||
completion (YES);
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Reset allChatsOnboardingHasBeenDisplayed on logout
|
||||
Reference in New Issue
Block a user