mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Glitchy room list header when scrolling
- fixed
This commit is contained in:
@@ -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