mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Merge branch '2012-update-bubbles-after-removing-messages' into 'master'
Update disappearing message bubbles after removing messages Closes #2012 See merge request briar/briar!1448
This commit is contained in:
@@ -142,6 +142,7 @@ class ConversationAdapter
|
|||||||
}
|
}
|
||||||
items.beginBatchedUpdates();
|
items.beginBatchedUpdates();
|
||||||
for (ConversationItem item : toRemove) items.remove(item);
|
for (ConversationItem item : toRemove) items.remove(item);
|
||||||
|
updateTimersInBatch();
|
||||||
items.endBatchedUpdates();
|
items.endBatchedUpdates();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user