Fixed bug where the device class name was returned instead of the major class name
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ public class DeviceInfoItem implements RecyclerViewItem {
|
||||
}
|
||||
|
||||
public String getBluetoothDeviceMajorClassName() {
|
||||
return mDevice.getBluetoothDeviceClassName();
|
||||
return mDevice.getBluetoothDeviceMajorClassName();
|
||||
}
|
||||
|
||||
public String getBluetoothDeviceClassName() {
|
||||
|
||||
Reference in New Issue
Block a user