1
0
Fork 0
fenix/app/src/main
Mugurell f163861b47 For #11177 - Load all share targets in the horizontal share menu
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.
2020-06-11 15:08:36 +03:00
..
assets For #9771, #9768: Adjust touch target for buttons in error pages 2020-06-04 20:39:43 +03:00
java/org/mozilla For #11229: Update etp strict option title content description. 2020-06-11 10:20:01 +03:00
res For #11177 - Load all share targets in the horizontal share menu 2020-06-11 15:08:36 +03:00
AndroidManifest.xml For #10885: Don't add migration activity to history stack 2020-05-25 09:48:52 +03:00
ic_launcher-web.png Optimize PNGs. 2020-02-14 09:41:54 -08:00
ic_launcher_private-web.png Optimize PNGs. 2020-02-14 09:41:54 -08:00