Closed
Bug 1360658
Opened 9 years ago
Closed 9 years ago
Snack bars not showing up in WebAppActivity
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(firefox54 unaffected, firefox55 verified)
VERIFIED
FIXED
Firefox 55
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | unaffected |
| firefox55 | --- | verified |
People
(Reporter: JanH, Assigned: JanH)
References
Details
Attachments
(1 file)
We're in a subclass, so our BundleEventListener will override GeckoApp's listener. Therefore we need to forward all calls to it as well, otherwise random stuff handled by GeckoApp (e.g. snack bars) won't work.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8862972 [details]
Bug 1360658 - Forward BundleEvents from WebAppActivity to GeckoApp.
https://reviewboard.mozilla.org/r/134834/#review138340
Yup I was wondering whether that was going to be needed, thanks
Attachment #8862972 -
Flags: review?(dale) → review+
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/632e25ba6de9
Forward BundleEvents from WebAppActivity to GeckoApp. r=daleharvey
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 7•9 years ago
|
||
Verified that all snackbars appear in web apps, also verified the permission requests (bug 1355513) and Android 6+ text sharing (bug 1355847)are working.
-Lenovo A536 (Android 4.4.2)
-Motorola Nexus 6 (Android 7.0)
-HTC 10 (Android 6.0.1)
Status: RESOLVED → VERIFIED
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
•