RoomVC: Handle theme change for live location banner.

This commit is contained in:
SBiOSoftWhare
2022-03-17 17:34:09 +01:00
parent b714e127c6
commit 0286afd6b1
+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];
}