|
@@ -340,7 +340,9 @@ public class BlueToothPrintFragment extends BaseFragment {
|
|
|
if (!ListUtils.isEmpty(models)) {
|
|
|
for (int i = 0; i < models.size(); i++) {
|
|
|
BluetoothDevice bluetoothDevice = models.get(i);
|
|
|
- if (bluetoothDevice != null && bluetoothDevice.getBluetoothClass().getDeviceClass() == ConnectHelper.PRINT_TYPE) {
|
|
|
+ if (bluetoothDevice != null
|
|
|
+// && bluetoothDevice.getBluetoothClass().getDeviceClass() == ConnectHelper.PRINT_TYPE
|
|
|
+ ) {
|
|
|
printDevices.add(bluetoothDevice);
|
|
|
}
|
|
|
}
|