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

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
Samantha Houts ba6caad23e [A] Prevent blank page from appearing when MainPage is switched (#421)
* repro

* [A]Add horrible hack to prevent background flashing when swapping MainPage

* cleanup repro

* Revert "[A]Add horrible hack to prevent background flashing when swapping MainPage"

This reverts commit d0fdc3856d0eaa5ec781f790d524ad7624a26560.

* [A] E.Z.'s less magical but just as effective solution
2016-10-06 10:17:51 -07:00