Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

LIVE-545 Add Invalid channel to the list of disconnected errors #857

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/react-native-hid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type DeviceObj = {
const disconnectedErrors = [
"I/O error",
"Attempt to invoke virtual method 'int android.hardware.usb.UsbDevice.getDeviceClass()' on a null object reference",
"Invalid channel",
];

const listLedgerDevices = async () => {
Expand Down