remove debug toast

This commit is contained in:
rhunk
2023-05-17 18:49:11 +02:00
parent cfc393389e
commit e109e1cd1f
2 changed files with 0 additions and 3 deletions

View File

@@ -241,8 +241,6 @@ class BridgeClient(
}
override fun onServiceDisconnected(name: ComponentName) {
context.longToast("Bridge service disconnected")
Thread.sleep(1000)
exitProcess(0)
}
}

View File

@@ -40,7 +40,6 @@ class BridgeService : Service() {
}).binder
}
private fun handleMessage(msg: Message) {
val replyMessenger = msg.replyTo
when (BridgeMessageType.fromValue(msg.what)) {