diff --git a/Riot/Modules/Common/Recents/RecentsViewController.m b/Riot/Modules/Common/Recents/RecentsViewController.m index 6e7bd5b95..fefdd7ce0 100644 --- a/Riot/Modules/Common/Recents/RecentsViewController.m +++ b/Riot/Modules/Common/Recents/RecentsViewController.m @@ -2528,7 +2528,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro - (void)stopActivityIndicator { if (self.userIndicatorStore) { if (loadingIndicatorCancel) { - MXLogDebug(@"[RecentsViewController] Present loading indicator") + MXLogDebug(@"[RecentsViewController] Dismiss loading indicator") loadingIndicatorCancel(); loadingIndicatorCancel = nil; }