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

Commit 8794a784 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

Merge "Refactor usages of getAliasName to use getAlias in Bluetooth" am: f50b7877 am: 609d3de6

am: 3035cf09

Change-Id: I654109fb94ee10e501e7c52c7b7409881db6cfdc
parents b0a554c5 3035cf09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ public class BluetoothOppManager {
        String deviceName = null;

        if (device != null) {
            deviceName = device.getAliasName();
            deviceName = device.getAlias();
            if (deviceName == null) {
                deviceName = BluetoothOppPreference.getInstance(mContext).getName(device);
            }