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 91baf44145
commit e620e94af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2096,7 +2096,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
MXWeakify(self);
[previewData peekInRoom:^(BOOL succeeded) {
MXStrongifyAndReturnIfNil(self);
[self stopActivityIndicator];
[self stopActivityIndicator];
[self showRoomPreviewWithData:previewData];
}];
}