Closed
Bug 1278255
Opened 9 years ago
Closed 9 years ago
Action in media notification always has title "Pause"
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox49 verified, firefox50 verified)
VERIFIED
FIXED
Firefox 50
People
(Reporter: sebastian, Assigned: sebastian)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
ahunt
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
In bug 1264901 I always use "pause" as title for the media action:
> String title = getString(isPlayAction ? R.string.media_pause : R.string.media_pause);
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57932/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/57932/
Attachment #8760288 -
Flags: review?(ahunt)
Updated•9 years ago
|
Attachment #8760288 -
Flags: review?(ahunt) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8760288 [details]
Bug 1278255 - MediaControlService: Set correct action title.
https://reviewboard.mozilla.org/r/57932/#review54766
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/c4ad6175835899aac9ca58eaf40ff77853b20823
Bug 1278255 - MediaControlService: Set correct action title. r=ahunt
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8760288 [details]
Bug 1278255 - MediaControlService: Set correct action title.
After bug 1264901 this needs to be uplifted too.
Approval Request Comment
[Feature/regressing bug #]: bug 1264901
[User impact if declined]: Wrong action title used in notification ("Pause" instead of "Play").
[Describe test coverage new/current, TreeHerder]: Local testing
[Risks and why]: Very low - just replacing the label.
[String/UUID change made/needed]: None, string already exists.
Attachment #8760288 -
Flags: approval-mozilla-aurora?
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Comment 6•9 years ago
|
||
Verified as fixed in build 50.0a1 (2016-06-10);
Device: Nexus 5 (Android 6.0.1).
Status: RESOLVED → VERIFIED
Comment 7•9 years ago
|
||
Comment on attachment 8760288 [details]
Bug 1278255 - MediaControlService: Set correct action title.
Minor fix for notification name. Should uplift after bug 1264901.
Attachment #8760288 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•9 years ago
|
||
bugherder uplift |
status-firefox49:
--- → fixed
Comment 9•9 years ago
|
||
Verified as fixed in build 49.0a2 (2016-07-17);
Device: LG G4 (Android 5.1).
Updated•5 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
•