Feature/3120 location sharing

This commit is contained in:
Frank Rotermund
2022-07-27 11:58:38 +00:00
parent 5bd992eb25
commit ed3c77db95
22 changed files with 43 additions and 200 deletions
-4
View File
@@ -489,9 +489,7 @@ static CGSize kThreadListBarButtonItemImageSize;
[self updateThreadListBarButtonBadgeWith:self.mainSession.threadingService];
#if LOCATION
[self.liveLocationSharingBannerView updateWithTheme:ThemeService.shared.theme];
#endif
[self setNeedsStatusBarAppearanceUpdate];
}
@@ -2979,7 +2977,6 @@ static CGSize kThreadListBarButtonItemImageSize;
}
}
}
#ifdef LOCATION
else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
{
if (bubbleData.isIncoming)
@@ -3013,7 +3010,6 @@ static CGSize kThreadListBarButtonItemImageSize;
}
}
}
#endif
else if (roomBubbleCellData.getFirstBubbleComponentWithDisplay.event.isEmote)
{
if (bubbleData.isIncoming)