Do not update thread on profile name change.

master
Alex Hart 2020-08-06 14:26:16 -03:00 committed by Greyson Parrelli
parent 9e09444c65
commit c8ed0b19f0
1 changed files with 0 additions and 1 deletions

View File

@ -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));
});