mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
@@ -579,7 +579,7 @@ Matrix session observer used to detect new opened sessions.
|
||||
dispatch_group_enter(dispatchGroup);
|
||||
// Not continuing in completion block here, because PushKit mandates reporting a new call in the same run loop.
|
||||
// 'handleBackgroundSyncCacheIfRequiredWithCompletion' is processing to-device events synchronously.
|
||||
[session handleBackgroundSyncCacheIfRequiredWithCompletion:^{
|
||||
[session handleBackgroundSyncCacheIfRequiredAndShouldUpdateSpaces:NO completion:^{
|
||||
dispatch_group_leave(dispatchGroup);
|
||||
}];
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fixed App may not start in 1.6.0
|
||||
Reference in New Issue
Block a user