Merge branch 'gil/pre_release_fixes' into gil/4498_Handle_space_link

This commit is contained in:
Gil Eluard
2021-09-23 15:00:06 +02:00
6 changed files with 81 additions and 61 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
childViewControllers = [NSMutableArray array];
MXWeakify(self);
[[NSNotificationCenter defaultCenter] addObserverForName:@"MXSpaceServiceDidBuildSpaceGraph" object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) {
[[NSNotificationCenter defaultCenter] addObserverForName:MXSpaceService.didBuildSpaceGraph object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) {
MXStrongifyAndReturnIfNil(self);
[self updateSideMenuNotifcationIcon];
}];