Do not update thread on profile name change.

This commit is contained in:
Alex Hart 2020-08-06 14:26:16 -03:00 committed by Greyson Parrelli
parent 9e09444c65
commit c8ed0b19f0

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