HomeVC: Show one loading wheel at a time: the one of the recents VC

This commit is contained in:
manuroe
2015-12-09 10:48:40 +01:00
parent e6e086d9fc
commit 5eb404424a
+5 -1
View File
@@ -75,9 +75,13 @@
{
[super viewWillAppear:animated];
// Let's child display the loading not the home view controller
[self.activityIndicator stopAnimating];
self.activityIndicator = nil;
[self hideSearch:NO];
// TODO: dedicated segmented viewWillAppear
// TODO: a dedicated segmented viewWillAppear may be more appropriate
[self.displayedViewController viewWillAppear:animated];
}