Skip to content

Commit

Permalink
Fix positioning of tableviewcontoller in NewRoomNewRoomTableViewContr…
Browse files Browse the repository at this point in the history
…oller.

Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Jul 14, 2023
1 parent 2e34154 commit b2cbaeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NextcloudTalk/NewRoomTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2cbaeb

Please sign in to comment.