mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
Mark event in permalinks or search results: BF: remove systematically the marker view because a table view can be reused for another data source
This commit is contained in:
@@ -234,15 +234,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Reset the marker if any
|
||||
if (bubbleCell.markerView)
|
||||
{
|
||||
[bubbleCell.markerView removeFromSuperview];
|
||||
}
|
||||
|
||||
// Manage initial event (case of permalink or search result)
|
||||
if (self.timeline.initialEventId)
|
||||
{
|
||||
// Reset the marker
|
||||
if (bubbleCell.markerView)
|
||||
{
|
||||
[bubbleCell.markerView removeFromSuperview];
|
||||
}
|
||||
|
||||
// Check if the cell contains this initial event
|
||||
for (NSUInteger index = 0; index < cellData.bubbleComponents.count; index++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user