RoomVC: Handle theme change for live location banner.

This commit is contained in:
SBiOSoftWhare
2022-03-17 17:34:09 +01:00
parent 9879319a38
commit e699d91c5b
+2
View File
@@ -470,6 +470,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self updateThreadListBarButtonBadgeWith:self.mainSession.threadingService];
[threadListBarButtonItem updateWithTheme:ThemeService.shared.theme];
[self.liveLocationSharingBannerView updateWithTheme:ThemeService.shared.theme];
[self setNeedsStatusBarAppearanceUpdate];
}