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

This commit is contained in:
SBiOSoftWhare
2020-11-19 22:38:27 +01:00
parent 96609876d2
commit d15ec15b07
4 changed files with 7 additions and 30 deletions
@@ -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