-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
bug: universal patches are always shown #1080
Comments
Are they just shown or selectable as well?? If they are not selectable then that's not an issue because user needs to see that there are other patches as well which are, although, disabled. However, If they are causing disturbance in patches selection, I can add a chip that can hide/show unsupported patches, but they will be able to use them only after enabling the toggle in the settings page. |
They are selectable, that's where the issue lies, people with universal patches not toggled on might not realise that these patches aren't specific to that package, as it looks like any other, it might be good to separate them too or add an indicator |
Oh, ok! I got confused between experimental patches and universal patches. You are right! PR on the way. |
Can we consider #888 to be solved with this implementation as well? |
@ILoveOpenSourceApplications I will create a new PR for #888 which will actually separate them. Right now, if universal patches are enabled, they are mixed with the other patches. |
Yes, so either we can hide universal patches and only show it to users who enable them in settings or have what the user in #888 say, a separate section for universal patches be implemented. I think one or the other is enough and implementing both would be unnecessary. Any opinion? |
A separate section like this can help easily separate the universal patches even though all the patches are shown on the same page. |
Implementing both is definitely necessary:
|
🎉 Hooray! This issue have been fixed in #1087, please wait for the next version of ReVanced Manager. Feel free to reopen if you like to suggest another solution. |
Bug description
Universal patches are shown in the patches selector screen regardless of whether or not "Experimental universal patches support" is enabled in ReVanced Manager settings
Solution
Hide universal patches in patches selector if the setting is not toggled on
Acknowledgments
The text was updated successfully, but these errors were encountered: