App may not start in 1.6.0 #4919

- Fixed
This commit is contained in:
Gil Eluard
2021-09-28 13:07:10 +02:00
parent ee830d09a9
commit 4e31cd588d
2 changed files with 2 additions and 1 deletions
@@ -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);
}];