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 0417263fdb
commit 4099e8d75a
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