1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-26 08:33:27 +02:00

Minor fixlet

This commit is contained in:
cpfeiffer 2016-07-28 22:42:16 +02:00
parent 493444a2a0
commit c9a9566dad

View File

@ -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;