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

Commit 29a7f76c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert "Fix condition in device address mapping removal"" into main

parents a2bc3f09 c586e60e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@ public class RemoteDevices {
    }

    void onBondStateChange(byte[] address, int newState) {
        if (newState == BondStateMachine.BOND_STATE_NONE) {
        if (newState == BluetoothDevice.BOND_NONE) {
            removeAddressMapping(address);
        }
    }