Missing closing brace

This commit is contained in:
Fabian Wiesel
2024-03-01 17:58:56 +01:00
parent f5aa9da84c
commit 03b7aff579

View File

@@ -178,6 +178,7 @@ class MonitorService : Service() {
portText.text = port.toString()
}
}
}
}
override fun onRegistrationFailed(serviceInfo: NsdServiceInfo, errorCode: Int) {