forked from dotnet/maui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance and stability of
BindableLayout
(dotnet#23136)
* Improve performance and stability of `BindableLayout` Fixes dotnet#23135 Fixes dotnet#10918 * Remove `IDispatcher` from `BindableLayout` enhancements * Fix empty view not removed when adding an item on an empty observable collection * Adjust MemoryTests to account for the improved `BindableLayout` behavior
- Loading branch information
1 parent
566b859
commit bcba26f
Showing
3 changed files
with
336 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.