1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-06-30 00:53:04 +00:00
Profpatsch cf8fe95abf PlayerService: runtime-assert that we get passed a service
We directly call the `getService` function after receiving the
argument, so resolving the WeakPointer should never return `null` in
our case.
Of course there could be a race condition in theory, but I feel like
if that happens we have bigger problems?
2025-06-05 13:52:04 +02:00
..