This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] The Fenix Share Sheet is missing several items #11177
Labels
🐞 bug
Crashes, Something isn't working, ..
eng:qa:verified
QA Verified
eng:ready
Ready for engineering
Feature:Sharing
Comments
Pocket and Twitter Direct Message are available on my device. But I can confirm that WhatsApp and a few others are missing in Fenix but not in Firefox Beta. |
@neekless I don't think developers have done this intentionally. Since it is really important that all share targets are presented in the share sheet otherwise how do you expect to share/open in app the links if the particular app is not there? I cannot even share links to copy them! |
Mugurell
added a commit
that referenced
this issue
Jun 11, 2020
This was previously regressed by having the RecyclerViews for "recent" and "all" items put inside a HorizontalScrollView which would then prevent the RecyclerViews from actually scrolling, recycling, showing new items. As a quick solution that would keep the desired behavior the "all" items list is now a child of a RelativeLayout which will allow it to load all items at once and so all the share targets will be available to the user but which also means no recycling. The RecyclerView for the "recent" items uses a `RECENT_APPS_LIMIT = 6` so this does not need the same "fix" as all the items would fit the screen without any issue.
That seems to have fixed it for me after installing today's build. Thanks a lot! |
This is fixed for me as well. Tested on: Motorola One Power, Android 10. |
Verified as fixed on the latest Nightly 6/15 with Google Pixel 4 XL (10). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🐞 bug
Crashes, Something isn't working, ..
eng:qa:verified
QA Verified
eng:ready
Ready for engineering
Feature:Sharing
Steps to reproduce
The Fenix Share Sheet is missing several apps that can be shared to: Add to Pocket, WhatsApp, Discord, Wikipedia search, Mega, Twitter's Direct Message, RAR etc...
But the
77.0.0-beta.1
contains all share shortcutsExpected behavior
The share sheet should contain all items/apps that can be shared to
Actual behavior
The Share Sheet doesn't contain all app share targets
Device information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: