Crashfix.

This commit is contained in:
Koen J 2025-05-03 21:05:12 +02:00
commit 5c96262c75

View file

@ -181,7 +181,7 @@ class StateCasting {
try {
stopServiceDiscovery(it.value)
} catch (e: Throwable) {
//Ignored
Logger.w(TAG, "Failed to stop service discovery", e)
}
}
}