kopia lustrzana https://github.com/ryukoposting/Signal-Android
Do not update thread on profile name change.
rodzic
9e09444c65
commit
c8ed0b19f0
|
@ -682,7 +682,6 @@ public class SmsDatabase extends MessagingDatabase {
|
||||||
|
|
||||||
db.insert(TABLE_NAME, null, values);
|
db.insert(TABLE_NAME, null, values);
|
||||||
|
|
||||||
DatabaseFactory.getThreadDatabase(context).update(threadId, false);
|
|
||||||
notifyConversationListeners(threadId);
|
notifyConversationListeners(threadId);
|
||||||
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
|
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
|
||||||
});
|
});
|
||||||
|
|
Ładowanie…
Reference in New Issue