mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Make the application settings more configurable
- Update after review
This commit is contained in:
@@ -2136,6 +2136,10 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
[self logoutSendingRequestServer:YES completion:^(BOOL isLoggedOut) {
|
||||
if (completion)
|
||||
{
|
||||
if (isLoggedOut)
|
||||
{
|
||||
[RiotSettings.shared reset];
|
||||
}
|
||||
completion (YES);
|
||||
}
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user