diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index 75a21b43c..caa9286bc 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -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]; }