mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
InviteRecentTableViewCell: Use MXRoomSummary.membershipTransitionState to calculate buttons loading state.
This commit is contained in:
@@ -129,7 +129,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
|
||||
|
||||
[self.rightButton setTitle:rightButtonTitle forState:UIControlStateNormal];
|
||||
|
||||
[self updateButtonViewsWith:room.roomId session:room.mxSession];
|
||||
[self updateButtonViewsWith:room];
|
||||
}
|
||||
|
||||
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth
|
||||
|
||||
Reference in New Issue
Block a user