mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 22:31:57 +00:00
Handle recipient modification callbacks on main thread
// FREEBIE
This commit is contained in:
@@ -1299,6 +1299,8 @@ public class DatabaseFactory {
|
||||
db.insert("recipient_preferences", null, contentValues);
|
||||
}
|
||||
}
|
||||
|
||||
if (cursor != null) cursor.close();
|
||||
}
|
||||
|
||||
if (oldVersion < INTERNAL_SYSTEM_DISPLAY_NAME) {
|
||||
|
||||
Reference in New Issue
Block a user