Skip to content

Commit deacaa7

Browse files
committed
MyGica tested and working
1 parent 9dfaafa commit deacaa7

File tree

1 file changed

+1
-0
lines changed
  • drivers/src/main/java/info/martinmarinov/drivers/usb/cxusb

1 file changed

+1
-0
lines changed

drivers/src/main/java/info/martinmarinov/drivers/usb/cxusb/Si2168.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public synchronized Set<DvbStatus> getStatus() throws DvbException {
383383
if (!active) {
384384
throw new DvbException(BAD_API_USAGE, resources.getString(R.string.bad_api_usage));
385385
}
386+
if (deliverySystem == null) return SetUtils.setOf();
386387

387388
byte[] res;
388389
switch (deliverySystem) {

0 commit comments

Comments
 (0)