-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Material You] "Select a folder" dialog - directory info row uses wrong color #208
Comments
Sorry, I forgot to mention that the correct color was used in previous versions, e.g. in 1.1.2. That's why I considered it a bug and not an enhancement. |
I think this is easily fixed by removing the background here, I'm just worried that might break something else. Which tests can I do to ensure that is not the case? |
@connyduck that's for the first breadcrumb's background, not the whole horizontal scroll view. Applying the proper background color on the view itself should fix it but I haven't checked what's caused this in the first place. Probably some dependency update. |
@naveensingh No. Maybe it should be the background of the first breadcrumb, but if you look at the code closely you will notice that This commit introduced the problem. Before the refactoring Can I send a PR with a fix? |
Right, I only had a quick peek. It should be |
Checklist
Affected app version
1.1.3
Affected Android/Custom ROM version
Android 14 / GrapheneOS
Affected device model
Google Pixel 6a
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Expected behavior
The background color of the directory info row matches the background color of the rest of the dialog.
Actual behavior
The background color of the directory info row is different than the background color of the rest of the dialog:
Screenshots/Screen recordings
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: