mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Glitchy room list header when scrolling
- fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user