Closed
Bug 1260143
Opened 10 years ago
Closed 9 years ago
Replace "Add to Home Screen" toast with snackbar
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox48 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: u421692, Unassigned)
References
Details
STR:
1. Open Settings menu -> Page -> Add to Home Screen
Actual results:
Toast is displayed
Expected result:
A snackbar should be displayed
Comment 1•10 years ago
|
||
It looks like we are just sending a broadcast to the system to create the shortcut:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/GeckoAppShell.java#879-901
So I guess the toast is created and shown by the system - not by us.
Comment 2•9 years ago
|
||
After bug 1232706 I now know that we are not displaying any feedback. Instead the system shows a toast - but not always. At least on Android 6+ there's no visual feedback from the system.
For the feedback problem see bug 1240560.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
| Assignee | ||
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
•