1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/utils
Mugurell ab6e7dc52b Fix 4827 - Use ktx doOnPreDraw() to restore HomeFragment's layout
The previous solution would result in a crash because the passed in
viewTreeObserver that would trigger onPreDraw would be invalid.
The proposed solution is simpler and ensures we'll always use the right
viewTreeObserver.

`FragmentPreDrawManager` is general enough that can be used by other Fragments
also, so I've added it to the `utils` package.
2019-08-20 13:45:55 +02:00
..
ClearableEditText.kt Fixes #4005 - Move getColorFromAttr to Context 2019-07-26 16:44:11 -04:00
FragmentPreDrawManager.kt Fix 4827 - Use ktx doOnPreDraw() to restore HomeFragment's layout 2019-08-20 13:45:55 +02:00
ItsNotBrokenSnack.kt For #1573 - Polish Collections UI Component (#2212) 2019-05-02 10:53:40 -05:00
Settings.kt For #4421: Add search widget attribute to Leanplum (#4694) 2019-08-14 12:00:29 -07:00
Undo.kt Use lifecycleScope for collections fragments 2019-06-25 13:56:15 -07:00