mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Last changes
This commit is contained in:
@@ -605,7 +605,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
|
||||
_isAppForeground = YES;
|
||||
|
||||
[self configurePinCodeScreenFor:application createIfRequired:NO];
|
||||
// [self configurePinCodeScreenFor:application createIfRequired:NO];
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
@@ -715,6 +715,13 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
NSArray *mxAccounts = [MXKAccountManager sharedManager].activeAccounts;
|
||||
for (MXKAccount *account in mxAccounts)
|
||||
{
|
||||
SyncResponseFileStore *syncResponseStore = [[SyncResponseFileStore alloc] initWithCredentials:account.mxCredentials];
|
||||
MXSyncResponse *syncResponse = syncResponseStore.syncResponse;
|
||||
if (syncResponse)
|
||||
{
|
||||
[account.mxSession handleSyncResponse:syncResponse];
|
||||
}
|
||||
// Do not resume for now, to test we've really fetched the events
|
||||
[account resume];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user