2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
iceraven-browser/app/src
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
..
androidTest Closes #4618 - Stub Library UI tests (#4619) 2019-08-19 14:05:10 -04:00
debug Minify the fenix 2019-08-07 14:24:32 -07:00
main Fix 4827 - Use ktx doOnPreDraw() to restore HomeFragment's layout 2019-08-20 13:45:55 +02:00
nightly/res Minify the fenix 2019-08-07 14:24:32 -07:00
test For #4744 - Extract TransitionPreDrawListener (#4812) 2019-08-19 16:27:43 -07:00