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
Deinitialize in onDetachedFromEngine on Android (#519)
* Deinitialize in onDetachedFromEngine on Android
* Fixed crash with no devices connected
Use current instance as method handler to prevent issues
Fixed some typos
Copy file name to clipboardExpand all lines: packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/PluginController.kt
Copy file name to clipboardExpand all lines: packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ReactiveBlePlugin.kt
Copy file name to clipboardExpand all lines: packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/ReactiveBleClient.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ open class ReactiveBleClient(private val context: Context) : BleClient {
0 commit comments