no more events

This commit is contained in:
nea
2022-10-11 03:00:03 +02:00
parent ebffedd08c
commit 2512f0b387

View File

@@ -35,7 +35,7 @@ object SBData {
val lLS = lastLocrawSent
if (tryReceiveLocraw(event.unformattedString) && lLS != null && lLS.elapsedNow() < locrawRoundtripTime) {
lastLocrawSent = null
// event.cancel()
event.cancel()
}
}
}