6111: add refresh of live banner visibility when receive beacon from live sharing

This commit is contained in:
MaximeE
2022-05-11 18:18:21 +02:00
parent e23abd8811
commit 9b126b835d
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1524,7 +1524,7 @@ static CGSize kThreadListBarButtonItemImageSize;
- (BOOL)shouldShowLiveLocationSharingBannerView
{
return customizedRoomDataSource.isCurrentUserSharingIsLocation;
return customizedRoomDataSource.isCurrentUserSharingActiveLocation;
}
#pragma mark - Internals