Do not update thread on profile name change.

fork-5.53.8
Alex Hart 2020-08-06 14:26:16 -03:00 zatwierdzone przez Greyson Parrelli
rodzic 9e09444c65
commit c8ed0b19f0
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -682,7 +682,6 @@ public class SmsDatabase extends MessagingDatabase {
db.insert(TABLE_NAME, null, values);
DatabaseFactory.getThreadDatabase(context).update(threadId, false);
notifyConversationListeners(threadId);
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
});