mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +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
|
||||
|
||||
@@ -456,7 +456,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
radius:6
|
||||
opacity:0.2];
|
||||
|
||||
self.inputBackgroundView.backgroundColor = [ThemeService.shared.theme.backgroundColor colorWithAlphaComponent:0.98];
|
||||
// self.inputBackgroundView.backgroundColor = [ThemeService.shared.theme.backgroundColor colorWithAlphaComponent:0.98];
|
||||
|
||||
if (ThemeService.shared.isCurrentThemeDark)
|
||||
{
|
||||
@@ -546,6 +546,8 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
}
|
||||
|
||||
[self updateTopBanners];
|
||||
|
||||
self.bubblesTableView.clipsToBounds = NO;
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
|
||||
Reference in New Issue
Block a user