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

Commit 609d3de6 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

Change-Id: Ia643460f45f0270dc4e69c445f5f229430a62f2b
parents c95b44ce f50b7877
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);
            }