mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Room preview on a long press should not update the read receipt (#6027)
- Done
This commit is contained in:
@@ -2368,6 +2368,12 @@
|
||||
|
||||
- (void)updateCurrentEventIdAtTableBottom:(BOOL)acknowledge
|
||||
{
|
||||
// Do not update events if the controller is used as context menu preview.
|
||||
if (self.isContextPreview)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Update the identifier of the event displayed at the bottom of the table, except if a rotation or other size transition is in progress.
|
||||
if (!isSizeTransitionInProgress && !self.isBubbleTableViewDisplayInTransition)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user