Update Riot/Modules/Common/Recents/RecentsViewController.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2021-10-20 18:26:21 +02:00
committed by GitHub
parent 3acce75b4c
commit e2c8630762
@@ -2096,7 +2096,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
MXWeakify(self);
[previewData peekInRoom:^(BOOL succeeded) {
MXStrongifyAndReturnIfNil(self);
[self stopActivityIndicator];
[self stopActivityIndicator];
[self showRoomPreviewWithData:previewData];
}];
}