-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] IndicatorView with DataTemplate (custom image) does not render correctly when ItemsSource change #24717
Conversation
Hey there @NanthiniMahalingam! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just adding a comment about the test and not actually reviewing the code yet.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with the users sample and PR here
And noticed that with just the fix in this PR that the width of the indicator view stays incorrect
where as with the other PR the size seems to update
Can you review #24776 and see if those changes makes sense or if you have thoughts on a different approach?
The changes added in the other PR (#24776) is fine. |
Closing in favor of |
Root Cause
Description of Change
After adding the Update indicator view template in UpdatingIndcatorCount method for mapping the Count property in IndicatorViewHandler android class, indicator view data template does not mess up.
Issues Fixed
Fixes #21980
Output:
Android Platform
Before changes:
IndicatorView_BeforeChanges.mp4
After changes:
IndicatorView_AfterChanges.mp4