Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Samantha Houts 8a760480a2 [Android] Prevent white flash when switching MainPage to new MasterDetailPage (#3283) fixes #1373
* Test rapid MDP swaps

* [Android] Prevent white screen flash

* [Android] Prevent crashes on rapid page swaps

* Shorten test time

* Preserve old code just in case

* Remove flaky test from main run

Confirmed that it doesn't ever crash on UITest

* More info in 1601 test

* Update NavigateToTestPage to await test cases page

This lets the page render and then clean itself up when we switch to the test case, which allows the test case for 1601 to actually render with a compressed layout after my change to Platform.

* Remove call to FragmentManager.ExecutePendingTransactions in MasterDetailContainer

this code was only added to prevent the page flicker, and it caused more issues than it solved.

* SetPage will now delay removing views until the new views are in place
2018-08-07 22:45:28 +01:00
Jason Smith 95e800309c [Android] Fix issue where compressed layouts couldn't be removed from the visual hierarchy (#2066) Fixes #1601
* Fix issue where compressed layouts couldn't be removed from the visual hierarchy on Android

* Dispose child packagers

* Hopefully fix 1601 UITest

* Remove invalid check
2018-03-15 10:20:39 +00:00