Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84092f1b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HID: Remove device from database in error case"

parents e7715212 651cfccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class HidHostService extends ProfileService {
                        if (DBG) {
                            Log.d(TAG, "Incoming HID connection rejected");
                        }
                        disconnectHidNative(Utils.getByteAddress(device));
                        virtualUnPlugNative(Utils.getByteAddress(device));
                    } else {
                        broadcastConnectionState(device, convertHalState(halState));
                    }