1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/tabtray
Jonathan Almeida 99354174a9 For #12797: Use measured height/width for loading a thumbnail
Using `onNextLayout` has the side-effect of showing the thumbnail with
the tab.id from a recycled view.

The root cause of needing that call is to retrieve the measured
height/width from the view first before requesting. A simpler solution
to avoid the complexity is to retrieve these values from the dimen
resources.

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2020-07-21 16:38:49 -04:00
..
FenixTabsAdapter.kt For #11542: Update tabs positions in tab tray reported by screen readers 2020-06-23 11:28:24 -07:00
TabTrayController.kt For #11851: Close tab tray when last tab closed (#12615) 2020-07-20 11:05:32 -07:00
TabTrayDialogFragment.kt For #11851: Close tab tray when last tab closed (#12615) 2020-07-20 11:05:32 -07:00
TabTrayFragmentInteractor.kt No issue: refactor tabs tray to use interactor/controller, add tests 2020-06-22 13:01:35 -04:00
TabTrayView.kt For #12461: Update content description for tabs tray open tab count 2020-07-21 15:48:38 -04:00
TabTrayViewHolder.kt For #12797: Use measured height/width for loading a thumbnail 2020-07-21 16:38:49 -04:00
TabsTouchHelper.kt Rename tab_tray_background.xml 2020-07-20 14:54:20 -07:00