straw/app/src/main/java/org
Profpatsch ce2d145a1b Player/handleIntent: de morgan samePlayQueue
Okay, so this is the … only? branch in this if-chain that will
conditionally fire if `playQueue` *is* `null`, sometimes.

This is why the unconditional `initPlayback` in `else` is not passed a
`null` in many cases … because `RESUME_PLAYBACK` is `true` and
`playQueue` is `null`.

It’s gonna be hard to figure out which parts of that are intentional,
I say.
2025-09-06 15:04:06 +02:00
..
apache/commons/text/similarity Moved `FuzzyScore` to original Apache package 2022-01-24 21:08:49 +01:00
schabi/newpipe Player/handleIntent: de morgan samePlayQueue 2025-09-06 15:04:06 +02:00