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

Commit a0ca2766 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix renaming in device filter" into tm-dev

parents fb9cbc6a c93b6500
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);