diff --git a/NextcloudTalk/NewRoomTableViewController.m b/NextcloudTalk/NewRoomTableViewController.m index 36d352e02..648bca012 100644 --- a/NextcloudTalk/NewRoomTableViewController.m +++ b/NextcloudTalk/NewRoomTableViewController.m @@ -169,6 +169,9 @@ - (void)viewDidLoad self.navigationController.navigationBar.tintColor = [NCAppBranding themeTextColor]; self.navigationController.navigationBar.translucent = NO; self.navigationController.navigationBar.barTintColor = [NCAppBranding themeColor]; + + // Fix uisearchcontroller animation + self.extendedLayoutIncludesOpaqueBars = YES; } - (void)viewDidAppear:(BOOL)animated