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

Commit 0075b600 authored by Evan Chen's avatar Evan Chen Committed by Automerger Merge Worker
Browse files

Merge "Fix renaming in device filter" into tm-dev am: a0ca2766

parents 14b60b02 a0ca2766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class DeviceFilterPair<T extends Parcelable> {
    }

    String getDisplayName() {
        if (mFilter != null) mFilter.getDeviceDisplayName(mDevice);
        if (mFilter != null) return mFilter.getDeviceDisplayName(mDevice);

        if (mDevice instanceof BluetoothDevice) {
            return getDeviceDisplayNameInternal((BluetoothDevice) mDevice);