mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 09:20:23 +00:00
Fix bug causing profile updates to unarchive threads.
This commit is contained in:
@@ -673,7 +673,7 @@ public class SmsDatabase extends MessagingDatabase {
|
|||||||
|
|
||||||
db.insert(TABLE_NAME, null, values);
|
db.insert(TABLE_NAME, null, values);
|
||||||
|
|
||||||
DatabaseFactory.getThreadDatabase(context).update(threadId, true);
|
DatabaseFactory.getThreadDatabase(context).update(threadId, false);
|
||||||
notifyConversationListeners(threadId);
|
notifyConversationListeners(threadId);
|
||||||
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
|
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user