mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 10:38:34 +00:00
Do not update thread on profile name change.
This commit is contained in:
parent
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));
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user