mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +01:00
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
Block a user