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
+3 -1
View File
@@ -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