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

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

Merge "Refactor usages of getAliasName to use getAlias in Bluetooth"

parents a94c26a8 5200e7f2
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);
            }