-
-
Notifications
You must be signed in to change notification settings - Fork 285
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(YouTube - Hide Shorts components): 'Hide navigation bar' hides it everywhere until restart #3645
Comments
Have you tried to change the phone language to english or use vpn (i wonder if this is coutry specific a/b test)? |
The issue is reproducible, the hooks don't check properly if shorts are currently playing I assume |
Tried to test your proposal, and got a small bug (navigation does not disappear immediately, but flashes once and then disappears). Edit: If then open any video and go back, the navigation bar returns. Screenrecorder-2024-09-16-15-03-47-959.mp4 |
I suggest that this option not be enabled by default, at least while searching for a solution. |
Also noticed that the navigation bar returns if |
If the issue is fixed after restarting (and does not happen anymore), then saving the setting to a boolean static field should fix it:
|
This comment was marked as outdated.
This comment was marked as outdated.
Do you have your start page changed to Shorts? Or did Shorts resume on app startup? |
No. Screenrecorder-2024-09-18-23-08-39-303.mp4 |
I'm trying 19.37, and the issue shows up there too. When exiting a Short the nav bar is hidden until a view is scrolled or search is opened. Restarting doesn't change anything either. |
@MarcaDian Try again using the version bump branch. It's fixed for me. |
Nevermind lol, I seem to have misunderstood what you meant |
Yes, it works for me. I want to note that very rarely after a cold start, the panel does not disappear in Shorts, but I think that this can be ignored (the second opening Shorts hides the panel), maybe I am looking for bugs too meticulously. Screenrecorder-2024-09-19-10-26-38-862.mp4also very hard to rewind, progress bar at the very bottom of the player |
Yes the rewind at the bottom is an issue with builds after 19.16. I tried reducing the padding to the bottom view instead of removing it, but that breaks the nav bar if the user taps comments or any other action that shows the nav bar again. Maybe the Shorts seekbar itself can be padded instead. Edit: Padding issue is fixed by adjusting the hook and setting a padding height. |
Bug description
Steps:
ReVanced - Shorts - Hide navigation bar
Navigation bar will return if
Playback on feed
is enabled or any video is open.Screenrecorder-2024-09-16-13-43-49-354.mp4
MIUI 13, A12, Redmi 9 4/64
Patches 4.13.3
19.16.39, 19.34.42 (on last PR #3629)
Error logs
No response
Solution
No response
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: