You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/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.
5 years ago
..
ClearableEditText.kt Fixes #4005 - Move getColorFromAttr to Context 5 years ago
FragmentPreDrawManager.kt Fix 4827 - Use ktx doOnPreDraw() to restore HomeFragment's layout 5 years ago
ItsNotBrokenSnack.kt For #1573 - Polish Collections UI Component (#2212) 5 years ago
Settings.kt For #4421: Add search widget attribute to Leanplum (#4694) 5 years ago
Undo.kt Use lifecycleScope for collections fragments 5 years ago