05nelsonm / kmp-tor

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

Notification persists API 25- if running foreground #468

Closed 05nelsonm closed 4 weeks ago

05nelsonm commented 4 weeks ago

Need to call ui?.stopForeground before unbinding the last instance. Otherwise, the Notification is not taken down.

Part of #423