mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-29 02:19:35 +01:00
small bugfix
This commit is contained in:
parent
89af291659
commit
b74a3c5353
@ -471,7 +471,7 @@ public class DatabaseAdapter {
|
||||
statusregister &= ~retweetedmask;
|
||||
|
||||
status.put("statusregister", statusregister);
|
||||
db.insertWithOnConflict("tweet", null, status, CONFLICT_IGNORE);
|
||||
db.insertWithOnConflict("tweet", null, status, CONFLICT_REPLACE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user