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

Commit dd90b90a authored by Chienyuan's avatar Chienyuan Committed by Chienyuan Huang
Browse files

Clear alias name when device unbond

Clear alias name when device is unpaired to prevent settings app get old
alias name when scan new device.

Bug: 135944797
Test: manual
Change-Id: I8d1a50e0823f9ce312f203859e906fcece838db1
parent c182d77f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -320,6 +320,7 @@ final class RemoteDevices {
                    without waiting for the ACTION_UUID intent.
                    This was resulting in multiple calls to connect().*/
                    mUuids = null;
                    mAlias = null;
                }
            }
        }