05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

`KmpTorServiceUI.current` is never set #532

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

It starts off null and the ?.let argument means that there is never a check and thus, never gets set.