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

2 Коммитов

Автор SHA1 Сообщение Дата
Samantha Houts 74a317c2e2 [Android] Prevent ObjectDisposedExceptions in ListViews with Header/FooterTemplates (#1155)
* Update repro to include header/footers with bound props

* [Android] Clear renderers of ListView header/footers

And don't call `RemoveAllViews`, because that causes the ObjectDisposedExceptions.
2017-10-18 22:28:18 +01:00
Samantha Houts 2747cdc7a6 [Android] Eagerly dispose children of ListViews to prevent ObjectDisposed exception (#1063)
* Add repro for 57910

* [Android] Dispose cells explicitly

* [Android] Add default constructors to prevent crash on dispose

* [Android] Don't try to dispose headers and footers
2017-08-15 19:18:57 +01:00