Closed
Bug 724744
Opened 13 years ago
Closed 13 years ago
Set position to a useful sentinel value when creating a bookmark
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Right now it's set to 0, which really hampers Sync.
Assignee | ||
Comment 1•13 years ago
|
||
This might be invalid; I filed it because I keep seeing children with position 0, but, plain as day:
if (!values.containsKey(Bookmarks.POSITION)) {
Log.d(LOGTAG, "Inserting bookmark with no position for URI");
values.put(Bookmarks.POSITION, Long.toString(Long.MIN_VALUE));
}
Assignee | ||
Comment 2•13 years ago
|
||
Wow, two invalid reports in one night. I must need sleep or something.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•