mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-06-30 00:53:04 +00:00

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?