mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Feature/3120 location sharing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user