Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6111: add refresh of live banner visibility when receive beacon from … #6146

Merged

Conversation

MaximeEvrard42
Copy link
Contributor

close #6111

@@ -794,6 +794,7 @@ - (void)refreshFirstCellWithBeaconInfoSummary:(id<MXBeaconInfoSummaryProtocol>)b

if (cellIndex != NSNotFound)
{
[self updateCurrentUserLocationSharingStatus];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's safer to put it directly in the beacon info summary listener closure as it's possible to not have the bubbleData for current user in the bubbles list

@MaximeEvrard42 MaximeEvrard42 merged commit e0237d4 into develop May 12, 2022
@MaximeEvrard42 MaximeEvrard42 deleted the maximee/PSF-986_lls_fix_live_banner_visibility branch May 12, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Location sharing: Fix live location banner visibility
2 participants