1
0
Fork 0
fenix/app
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
..
src Fix 4827 - Use ktx doOnPreDraw() to restore HomeFragment's layout 2019-08-20 13:45:55 +02:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Closes #4719: Get rid of fragment-testing dependency and create fragments in StoreProviderTest manually. (#4722) 2019-08-14 09:10:24 -05:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #2706: Refactor Glean to reduce errors (#4753) 2019-08-19 15:25:48 -07:00
pings.yaml Add pings.yaml metadata 2019-05-20 13:26:40 -07:00
proguard-rules.pro For #2094 - Keep motionlayout internals from being optimized away by (#3937) 2019-07-08 14:29:51 -05:00