5321 sats \ 1 reply \ @zuspotirko 14 Jun 2023 \ on: Bounty - Detect GrapheneOS in Kotlin tech
This might be very unhelpful but if this error only occurs on GrapheneOS can't you just try-catch it and call a fallback solution from there?
yes we tried this but strangely putting the
override fun onCarConnected() {}
function in a try block seems to stop the listener from firing in the case where the app is open before connecting to the car - very odd!reply