-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change: Changed from ListView to CollectionView in Bookmarks…
…View which resolves ItemTemplate issue in iOS (#598) * Document known MAUI iOS issue in ItemTemplateChanged * Refactor UI: Replace ListView with CollectionView * Refactor BookmarksView to centralize CollectionView updates - This Fixes a bug with Android adding item couple of times when new Bookmark is added. - Centralize the update logic for the CollectionView in the BookmarksView class by introducing a new `UpdateListView` method. * Refactor: centralize "PresentingView" string usage * Changing name * Refactor event handling in BookmarksView and DataSource This fixes problem in Android from root level. * Removing unnecessary keyword * Refactor BookmarksView for simplicity and performance * Refactor BookmarksView to use class-level CollectionView to maintain sequence of detaching and attaching events * Refactor _presentingView visibility and assignment logic
- Loading branch information
1 parent
d06f4e1
commit 50b0659
Showing
3 changed files
with
60 additions
and
75 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
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
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