mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Fix visual issues when building with Xcode 13.
This commit is contained in:
@@ -93,6 +93,9 @@
|
||||
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:ThemeService.shared.theme.matrixSearchBackgroundImageTintColor];
|
||||
backgroundImageView.image = image;
|
||||
}
|
||||
|
||||
// Match the search bar color to the navigation bar color as it extends slightly outside the frame.
|
||||
self.searchBar.backgroundColor = ThemeService.shared.theme.baseColor;
|
||||
}
|
||||
|
||||
- (void)destroy
|
||||
|
||||
Reference in New Issue
Block a user