You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The workflow for connecting to bluetooth devices is unstable, as sometimes the app crashes after re-connecting to a removed device or a device occurs multiple times in the list of paired devices.
How to reproduce
For crashing the app do the following:
Delete a device from the list of paired devices
Click on the back button
Go back to the OBD selection fragment
Try to pair with device you have deleted before
=> app crashed
For multiple occurence of the same device do the steps below:
Pair with a device
Delete the device from the list of paired devices
Rediscover devices
Try to pair with the device you have deleted before
=> device occurs multiple times in the list of paired devices
The text was updated successfully, but these errors were encountered:
The app still crashes when performing the above described actions. Occuring issue: when resuming to the OBDSelectionFragment the context changes. But inside the BluetoothDevicePairingCallback the context surprisingly is null which leads to a failure when calling getString():
Description
The workflow for connecting to bluetooth devices is unstable, as sometimes the app crashes after re-connecting to a removed device or a device occurs multiple times in the list of paired devices.
How to reproduce
For crashing the app do the following:
=> app crashed
For multiple occurence of the same device do the steps below:
=> device occurs multiple times in the list of paired devices
The text was updated successfully, but these errors were encountered: