MESSENGER-5806 bugfix location view shown after deletion

This commit is contained in:
JanNiklas Grabowski
2024-03-27 16:31:11 +01:00
parent e18e64d1c8
commit 571a1a2d00
5 changed files with 51 additions and 2 deletions
+2 -1
View File
@@ -3404,7 +3404,8 @@ static CGSize kThreadListBarButtonItemImageSize;
}
}
}
else if (bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation)
// bwi: #5806 bugfix: showing live location view when deleting location event
else if ((bubbleData.tag == RoomBubbleCellDataTagLocation || bubbleData.tag == RoomBubbleCellDataTagLiveLocation) && bubbleData.isLocationType)
{
if (bubbleData.isIncoming)
{