Skip to content
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

Merged
merged 2 commits into from
Apr 15, 2021

Conversation

triallax
Copy link
Contributor

What is it?

  • Bugfix (user facing)

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

@AlexN1997
Copy link

Hi @mhmdanas,
I tested your apk with your PR and it works!

Thanks alot

@triallax triallax marked this pull request as ready for review April 12, 2021 13:41
@triallax triallax added bug Issue is related to a bug GUI Issue is related to the graphical user interface labels Apr 12, 2021
AudricV
AudricV previously approved these changes Apr 13, 2021
@TobiGr
Copy link
Member

TobiGr commented Apr 13, 2021

Can you also take a look at #6052 (comment)

@triallax
Copy link
Contributor Author

@TobiGr yes, I also noticed that issue, but that icon already has android:tint set to white, so I have no idea what the cause is.

@triallax triallax marked this pull request as draft April 13, 2021 10:37
@triallax
Copy link
Contributor Author

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"
Copy link
Contributor Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is

@triallax triallax marked this pull request as ready for review April 13, 2021 17:11
@triallax triallax changed the title Fix ic_volume_up being black Fix ic_volume_up and ic_volume_off being black Apr 13, 2021
@Stypox Stypox merged commit c12ac64 into TeamNewPipe:dev Apr 15, 2021
@triallax triallax deleted the fix-black-high-volume-gesture-icon branch April 15, 2021 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug GUI Issue is related to the graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants