Minor fixlet

master
cpfeiffer 2016-07-28 22:42:16 +02:00
parent 493444a2a0
commit c9a9566dad
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class DeviceSupportFactory {
return deviceSupport; return deviceSupport;
} }
} catch (Exception e) { } 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; return null;