InviteRecentTableViewCell: Use MXRoomSummary.membershipTransitionState to calculate buttons loading state.

This commit is contained in:
SBiOSoftWhare
2020-11-19 22:38:27 +01:00
parent ad15230839
commit 14f992457c
4 changed files with 7 additions and 30 deletions
@@ -153,10 +153,7 @@
}];
self.recentsSearchBar.autocapitalizationType = UITextAutocapitalizationTypeNone;
self.recentsSearchBar.placeholder = NSLocalizedStringFromTable(@"search_default_placeholder", @"Vector", nil);
// Register room change membership state notifications
[self registerRoomChangeMembershipStateDataSourceNotifications];
self.recentsSearchBar.placeholder = NSLocalizedStringFromTable(@"search_default_placeholder", @"Vector", nil);
// Observe user interface theme change.
kThemeServiceDidChangeThemeNotificationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kThemeServiceDidChangeThemeNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {