This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android] fix item indices and item count in a ListView #15306
Merged
Merged
Conversation
This file contains hidden or 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
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@jfversluis What will happen with this PR? It has already been built. Will it ever be merged or is something still missing to do that? |
Azure Pipelines successfully started running 1 pipeline(s). |
What is the problem with the build? |
@heikow10 don't worry about it! It's just the public build. Just verified on our private build server that this works. Sorry it took a bit longer, thank you so much for your patience here and your contribution! |
jfversluis
approved these changes
Jul 11, 2022
jfversluis
added a commit
that referenced
this pull request
Jul 14, 2022
…)" This reverts commit 48a7087.
jfversluis
added a commit
that referenced
this pull request
Jul 14, 2022
heikow10
added a commit
to heikow10/Xamarin.Forms
that referenced
this pull request
Jul 15, 2022
…ew (xamarin#15306)" (xamarin#15473)" This reverts commit 04ace58.
heikow10
added a commit
to heikow10/Xamarin.Forms
that referenced
this pull request
Jul 15, 2022
…ew (xamarin#15306)" (xamarin#15473)" This reverts commit 04ace58.
2 tasks
jfversluis
added a commit
that referenced
this pull request
Jul 16, 2022
* Revert "Revert "[Android] fix item indices and item count in a ListView (#15306)" (#15473)" This reverts commit 04ace58. * Fix scroll position in ListView on Android (#15305) Co-authored-by: Heiko Wobst <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
The TalkBack screen reader now has the correct item indices and item count for the elements in a ListView.
Before/After Screenshots
Not applicable
Testing Procedure
PR Checklist