mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
parent
ae93038d66
commit
24c48afd2e
@ -1007,7 +1007,7 @@ public class DatabaseFactory {
|
|||||||
db.update("recipient_preferences", values, "_id = ?", new String[] {String.valueOf(id)});
|
db.update("recipient_preferences", values, "_id = ?", new String[] {String.valueOf(id)});
|
||||||
} catch (SQLiteConstraintException e) {
|
} catch (SQLiteConstraintException e) {
|
||||||
Log.w(TAG, 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…
x
Reference in New Issue
Block a user