mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
RoomVC: Handle live location sharing cell data.
This commit is contained in:
@@ -2905,7 +2905,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (bubbleData.tag == RoomBubbleCellDataTagLocation)
|
||||
else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
|
||||
{
|
||||
if (bubbleData.isIncoming)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user