-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fixed the IconDuplicates lint #1787
Conversation
Regression noticed: The tint color of the previously selected item is not removed in some cases Steps to reproduce:
|
@shobhitagarwal1612 |
I tested it on Redmi Note 4 - Android 7.0 |
@shobhitagarwal1612 Thanks for noticing this! Do you also see the problem on master? If so it might be best to file as a separate issue. |
I reproduced issue mentioned by @shobhitagarwal1612 on Androids: 4.1, 4.2, 4.4, 7.0 and 8.0 (Screenshot 1) I couldn’t obtain it on master, only on branch so I guess this is regression. On Android 7 I also was able to select two sorting option simultaneously (Screenshot 2) and after choosing it “Sort by” module did not minimize but it wasn’t 100% reproducible. Additionally, I wasn’t able to reproduce that issue on androids 5.1 and 6.0. |
@opendatakit-bot unlabel "needs testing" |
Ok, thanks for the confirmation. I'll try to figure out why it works in this way when I'm free. I'm pretty sure it's a bug that was bypassed using different files. |
I created a separate issue #1791 since I'm almost sure it's a different bug. |
Let's fix #1791 first and make sure this works before merging. |
What has been done to verify that this works as intended?
I tested sorting and confirmed everything looks like before.
Why is this the best possible solution? Were any other approaches considered?
I just removed duplicated icons, they were identical so I don't know why we added two different files with the same image.
Are there any risks to merging this code? If so, what are they?
No.
Do we need any specific form for testing your changes? If so, please attach one.
No.