-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Android 11 Startup loop. Not working in upstream as well. #3
Comments
I get this issue in v0.21.2 running android 8.1 |
This comment has been minimized.
This comment has been minimized.
Blackberry keyone, my samsung galaxy tab a 10.5 on android 11 does it too. 0.21.0 works fine on both. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Tested, that it happened between the 0.21.0 and .1 and contrary to the main app, the newest extractor doesn't fix the issue. For now I'm sticking to using the old extractor. |
@kubo6472 Do you know by chance which of the commits in #6053 fixed this? Then i can try to cherry pick it here |
This comment has been minimized.
This comment has been minimized.
@kubo6472 Can you test this? |
Just gave it a whirl on the keyone and it still spazzes out like OP's vid when clicking on a yt link. |
This comment has been minimized.
This comment has been minimized.
app-debug.zip |
Hate to be a downer, but I still get this issue on v0.21.2.1 with the keyone. |
Hmm... Im pretty sure it's occuring because of the the ErrorInfo change to use the Parcelize annotation. While displaying the error screen, it throws a new one, which causes the loop. |
Well if you need me to do any testing just let me know. That's about all I can do. |
app-release.zip |
I can open YouTube links with that apk, thanks! |
Screen recording the bug caused this issue to reset.
I tested the original app. Still the same thing.
Screen_Recording_20210418-103634_NewPipe.preunified.mp4
here's what happens when I click on any YouTube link in other apps and newpipe preunified is the default app to open. As per beginning this must be device specific.
I use only preunified, so I'd love if the fix I'm about to propose to upstream will be backported. I'll try my best testing and making some PR from the code.
The text was updated successfully, but these errors were encountered: