mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Minor fixlet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user