[spaces] several fixes for pre release

- update after review
This commit is contained in:
Gil Eluard
2021-09-23 14:50:00 +02:00
parent 5ef36ee058
commit 54f94348a0
6 changed files with 80 additions and 60 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];
}];