Minor fixlet
This commit is contained in:
parent
493444a2a0
commit
c9a9566dad
|
@ -90,7 +90,7 @@ public class DeviceSupportFactory {
|
|||
return deviceSupport;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
throw new GBException(mContext.getString(R.string.cannot_connect_bt_address_invalid_, e));
|
||||
throw new GBException(mContext.getString(R.string.cannot_connect_bt_address_invalid_), e);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue