Handle recipient modification callbacks on main thread

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-09-08 11:36:09 -07:00
parent 989ea4042c
commit afed60f870
3 changed files with 10 additions and 4 deletions

View File

@@ -1299,6 +1299,8 @@ public class DatabaseFactory {
db.insert("recipient_preferences", null, contentValues);
}
}
if (cursor != null) cursor.close();
}
if (oldVersion < INTERNAL_SYSTEM_DISPLAY_NAME) {