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

Commit 38ba3678 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Fix setting app stoped when unpair device"

parents cec60d19 6508d511
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -329,7 +329,6 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe
                final boolean successful = dev.removeBond();
                if (successful) {
                    if (Utils.D) {
                        mDevice.setAlias(null);
                        Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
                    }
                } else if (Utils.V) {