Merge "Fix renaming in device filter" into tm-dev
This commit is contained in:
@@ -47,7 +47,7 @@ class DeviceFilterPair<T extends Parcelable> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String getDisplayName() {
|
String getDisplayName() {
|
||||||
if (mFilter != null) mFilter.getDeviceDisplayName(mDevice);
|
if (mFilter != null) return mFilter.getDeviceDisplayName(mDevice);
|
||||||
|
|
||||||
if (mDevice instanceof BluetoothDevice) {
|
if (mDevice instanceof BluetoothDevice) {
|
||||||
return getDeviceDisplayNameInternal((BluetoothDevice) mDevice);
|
return getDeviceDisplayNameInternal((BluetoothDevice) mDevice);
|
||||||
|
|||||||
Reference in New Issue
Block a user