Fixed bug where the device class name was returned instead of the major class name

This commit is contained in:
Alexandros Schillings
2016-08-31 20:19:18 +01:00
parent 6f092344f5
commit ef5b84387f
@@ -23,7 +23,7 @@ public class DeviceInfoItem implements RecyclerViewItem {
}
public String getBluetoothDeviceMajorClassName() {
return mDevice.getBluetoothDeviceClassName();
return mDevice.getBluetoothDeviceMajorClassName();
}
public String getBluetoothDeviceClassName() {