Closed
Bug 1110060
Opened 11 years ago
Closed 11 years ago
NfcManager don't have to process techList
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(b2g-v2.2 fixed)
RESOLVED
FIXED
2.2 S3 (9jan)
| Tracking | Status | |
|---|---|---|
| b2g-v2.2 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: tauzen)
References
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
For the System message, nfc-manager-tech-discovered, since P2P is not in techList anymore, we should remove techList.
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [good first bug]
Comment 1•11 years ago
|
||
Yoshi - can you add a URL here for the file where that change goes?
Flags: needinfo?(allstars.chh)
| Reporter | ||
Comment 2•11 years ago
|
||
techList in
https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/nfc_manager.js#L169
and 'tech' and the function 'getPriorizedTech' in
https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/nfc_manager.js#L178
are useless now.
Flags: needinfo?(allstars.chh)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kmioduszewski
Target Milestone: --- → 2.2 S3 (9jan)
| Assignee | ||
Comment 3•11 years ago
|
||
Hello Greg, could you review this? This is mainly clean up and small refactoring. Thanks!
Attachment #8544721 -
Flags: review?(gweng)
Updated•11 years ago
|
Attachment #8544721 -
Flags: review?(gweng) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g-v2.2:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•