-
Notifications
You must be signed in to change notification settings - Fork 11.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] uYou icon positioned weirdly in playlists #798
Comments
Potential solutionsRemove the button because the feature is broken and doesn't work in most instances: %hook YTPlaylistHeaderViewController
- (id)downloadsButton {
UIView *button = %orig;
button.hidden = true;
return button;
}
%end Results: https://imgur.com/fmCXLeX Brick %hook YTOverflowingButtonsView
- (void)addButton:(id)arg {}
%end Results: https://imgur.com/sfyNiwX |
Could you open a PR? |
Yes. Give me a moment. |
Is there an existing issue for this?
Have you read the FAQ?
Device info
Describe the bug
When viewing a playlist, the uYou icon is not aligned with the rest of the overflowing icons. Instead, it's hovering near the top of the playlist thumbnail.
![IMG_2632](https://user-images.githubusercontent.com/77606385/209485798-4af5af2a-65a6-4986-b0e9-fa98c265a813.jpg)
Steps to reproduce the issue
Crash log (if the app crashes)
No response
Are you using the newest version of uYouPlus? If not, why?
✅ Yes, I'm using the latest version of uYouPlus right now
Does the issue happen with the official YouTube from AppStore?
❌ No, It doesn't
Additional context
No response
The text was updated successfully, but these errors were encountered: