📝 Code readjustments

This commit is contained in:
Salma ElTarzi 2017-12-20 14:37:07 +02:00
parent f1f4b8a952
commit 983d0d8c2d

View File

@ -548,11 +548,10 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
invocationEvent = InstabugInvocationEvent.NONE; invocationEvent = InstabugInvocationEvent.NONE;
} }
return invocationEvent;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
return invocationEvent;
} }
return invocationEvent;
} }
/** /**
@ -1245,11 +1244,10 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
corner = InstabugVideoRecordingButtonCorner.TOP_RIGHT; corner = InstabugVideoRecordingButtonCorner.TOP_RIGHT;
} }
return corner;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
return corner;
} }
return corner;
} }
private Locale getLocaleByKey(String instabugLocale) { private Locale getLocaleByKey(String instabugLocale) {