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

Commit eaa2abd9 authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz
Browse files

Fix setter being skipped over / ignored for field `mIdentityAddress` in RemoteDevices.java

Bug: 377180135
Flag: Exempt, trivial fix
Test: atest RemoteDevicesTest
Change-Id: Iacc99850c819d0962f1bbfc63864497bbf7b0140
parent 3dd526f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1168,7 +1168,7 @@ public class RemoteDevices {
                        + Utils.getRedactedAddressStringFromByte(secondaryAddress));

        DeviceProperties deviceProperties = getDeviceProperties(device);
        deviceProperties.mIdentityAddress = Utils.getAddressStringFromByte(secondaryAddress);
        deviceProperties.setIdentityAddress(Utils.getAddressStringFromByte(secondaryAddress));
    }

    void aclStateChangeCallback(