mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
parent
ae93038d66
commit
24c48afd2e
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ public class DatabaseFactory {
|
|||
db.update("recipient_preferences", values, "_id = ?", new String[] {String.valueOf(id)});
|
||||
} catch (SQLiteConstraintException e) {
|
||||
Log.w(TAG, e);
|
||||
db.delete("recipient_preference", "_id = ?", new String[] {String.valueOf(id)});
|
||||
db.delete("recipient_preferences", "_id = ?", new String[] {String.valueOf(id)});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue