mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
HomeVC: Show one loading wheel at a time: the one of the recents VC
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user