small bugfix
This commit is contained in:
parent
89af291659
commit
b74a3c5353
@ -471,7 +471,7 @@ public class DatabaseAdapter {
|
|||||||
statusregister &= ~retweetedmask;
|
statusregister &= ~retweetedmask;
|
||||||
|
|
||||||
status.put("statusregister", statusregister);
|
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