Closed
Bug 1148464
Opened 10 years ago
Closed 10 years ago
Remove redundant addUploadedRecord method
Categories
(Android Background Services Graveyard :: Reading List Sync, defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
@Override
public void addUploadedRecord(ClientReadingListRecord up,
ServerReadingListRecord down) {
// TODO
}
| Assignee | ||
Comment 1•10 years ago
|
||
I will tackle this this week, aiming for 38.
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
tracking-fennec: --- → 38+
| Assignee | ||
Comment 2•10 years ago
|
||
Turns out this isn't actually used. We use the 'changed' channel and a record transformation instead. That explains why everything worked without it :)
No longer blocks: 1147164
tracking-fennec: 38+ → ---
Summary: Finish implementing addUploadedRecord → Remove redundant addUploadedRecord method
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
You need to log in
before you can comment on or make changes to this bug.
Description
•