1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/home/sessioncontrol
Mugurell 8f0325c05b For #3584 - Check if menu is open before showing a new one (#5674)
Could have implemented this check (if menu is showing) inside the show() method
of BrowserMenu but this would mean the client (us) would go to the process of
building a new menu and then trying to have it displayed only for this to be
ignored by BrowserMenu in a somewhat opaque way.
Having this check done as soon as possible offers us full control and avoids
the unnecessary steps for building an already shown menu.
2019-10-10 06:37:47 -07:00
..
viewholders For #3584 - Check if menu is open before showing a new one (#5674) 2019-10-10 06:37:47 -07:00
SessionControlAdapter.kt For #3846 - Pass in updated session icon to tabs 2019-10-07 09:38:43 -07:00
SessionControlComponent.kt For #3846 - Pass in updated session icon to tabs 2019-10-07 09:38:43 -07:00
SessionControlUIView.kt For #2874, #5375, #5131 - submitList workaround for Android 5 + 6 2019-09-25 19:59:07 -07:00
SwipeToDeleteCallback.kt Fixes #4005 - Move getColorFromAttr to Context 2019-07-26 16:44:11 -04:00