chore(nc-native-android): remove outdated todo

This commit is contained in:
pierre
2023-05-30 13:58:30 +02:00
parent 5f35d54fcb
commit a6a39d1234
@@ -39,12 +39,6 @@ class MainViewModel(
init {
Log.d(tag, "____init")
// TODO ⚠ In some circumstances this `init` block can be run multiple
// time which means the below observer will be registered more than once
// This can leads to multiple sequential calls to `stopClient`
// → nym_socks5_listener panics when this happens, crashing the
// entire App
// When the work is cancelled "externally" ie. when the user tap the
// "Stop" action on the notification, or when the app is intentionally
// killed the underlying proxy client keeps running in background