mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-02-13 07:25:27 +01:00
parent
1dd22c7303
commit
34d873c6e9
1 changed files with 2 additions and 0 deletions
|
@ -2895,7 +2895,9 @@ public class XmppConnectionService extends Service {
|
|||
private void markChangedFiles(List<DatabaseBackend.FilePathInfo> infos) {
|
||||
final boolean[] changed = {false};
|
||||
for (Conversation conversation : getConversations()) {
|
||||
new Thread( new Runnable() { @Override public void run() {
|
||||
changed[0] |= conversation.markAsChanged(infos);
|
||||
} } ).start();
|
||||
}
|
||||
if (changed[0]) {
|
||||
updateConversationUi();
|
||||
|
|
Loading…
Add table
Reference in a new issue