forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For mozilla-mobile#10005 - Replace layout manager to effectively chan…
…ge stackFromEnd The `stackFromEnd` property is not initially set even though `endOfMenuAlwaysVisible` might be true since when having a bottom expandable menu, that should always be scrolled to the top. And we know if we're in that situation only later, after menu is configured and based on it it can be inferred if it should be collapsed or not. Setting `stackFromEnd` only after this steps, even if the menu is not yet on the screen seems to have no effect. The only solution is to replace menu's layout manager with one that has this `stackFromEnd` from the beginning.
- Loading branch information
1 parent
f39d1f4
commit 34f557d
Showing
3 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters