-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix ic_volume_up and ic_volume_off being black #6060
Fix ic_volume_up and ic_volume_off being black #6060
Conversation
Hi @mhmdanas, Thanks alot |
Can you also take a look at #6052 (comment) |
@TobiGr yes, I also noticed that issue, but that icon already has |
Please don't merge this PR yet. I am also going to fix the issue @TobiGr mentioned. |
@@ -4,7 +4,7 @@ | |||
android:viewportWidth="24.0" | |||
android:viewportHeight="24.0"> | |||
<path | |||
android:fillColor="#FF000000" | |||
android:fillColor="#FFFFFFFF" |
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.
This fixed the issue for me, but I have no idea if this is the correct way.
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.
Yes, it is
What is it?
Description of the changes in your PR
(Possibly) fix an issue where ic_volume_up is shown in black.
I could not reproduce the issue, so I am unable to confirm if my changes actually fix the problem. @AlexN1997 can you see if this PR fixes the problem?
Fixes the following issue(s)
APK testing
On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
Due diligence