mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Change childViewControllers to viewControllers
Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
|
||||
- (UIViewController *)childViewControllerForStatusBarStyle
|
||||
{
|
||||
return self.childViewControllers.firstObject;
|
||||
return self.viewControllers.firstObject;
|
||||
}
|
||||
|
||||
- (UIViewController *)childViewControllerForStatusBarHidden
|
||||
{
|
||||
return self.childViewControllers.firstObject;
|
||||
return self.viewControllers.firstObject;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user