Fix bad formatting from merge moar.

This commit is contained in:
David Langley
2022-01-24 18:39:42 +00:00
parent 9030845250
commit 9005878bc1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1654,7 +1654,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
if ([self.masterTabBarController.selectedViewController conformsToProtocol:@protocol(MXKViewControllerActivityHandling)])
{
UIViewController<MXKViewControllerActivityHandling> *homeViewController = (UIViewController<MXKViewControllerActivityHandling>*)self.masterTabBarController.selectedViewController;
// Note: the activity indicator will not disappear if the session is not ready
[homeViewController stopActivityIndicator];
}