Glitchy room list header when scrolling

- fixed
This commit is contained in:
Gil Eluard
2022-09-01 16:56:18 +02:00
parent f8b0c61691
commit fcc1a8a404
18 changed files with 1415 additions and 214 deletions
+5 -5
View File
@@ -221,6 +221,11 @@
{
[super viewDidLoad];
if (BuildSettings.isNewAppLayoutActivated)
{
[self vc_setLargeTitleDisplayMode: UINavigationItemLargeTitleDisplayModeNever];
}
// Check whether the view controller has been pushed via storyboard
if (!_bubblesTableView)
{
@@ -340,11 +345,6 @@
{
_bubblesTableView.hidden = NO;
}
if (BuildSettings.isNewAppLayoutActivated)
{
[self vc_setLargeTitleDisplayMode: UINavigationItemLargeTitleDisplayModeNever];
}
}
- (void)viewDidAppear:(BOOL)animated