Profpatsch
Profpatsch
It seems to be a bug in the extractor for Soundcloud comments; nonetheless we should show an empty comment section instead of crashing the app.
From a very short debugging session, it looks like multiple pages of comments are loaded, and at one point the `Page` object contains a `null` URL (probably when there’s no...
lol there is no way to retract my approval, thank you github. Obviously fix the thing @Stypox mentioned :)
Yeah, the flake code is *pretty* rough at the moment. It should work with an old-style shell.nix.
Now that I think about it, the output type should probably come first so that you can curry the type constructor better
Okay, so some observations I made: The issue only happens if you are in a newly-installed version of the app. So if you `open -> click no -> rotate` on...
For the record, I think it would be a bad idea to cache this information locally in our view. We should always ask the system, otherwise we’ll run into issues...
> What we could do is to store a boolean `notifPermAlreadyRequested` in the `App` and use it to decide whether to ask the permission again in the current execution of...
Okay, I implemented a solution with a boolean setting in #12201 which fixes the rotation issue for me.
I posted some notes on the original issue: https://github.com/TeamNewPipe/NewPipe/issues/12194#issuecomment-2866856921