pull down to refresh
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!
override fun onCarConnected() {}
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!