From 983d0d8c2d7cc4343764e473301e3588b7bd4222 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Wed, 20 Dec 2017 14:37:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Code=20readjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../instabug/reactlibrary/RNInstabugReactnativeModule.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java b/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java index a6dc5ad..a7d0635 100644 --- a/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java +++ b/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java @@ -548,11 +548,10 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule { invocationEvent = InstabugInvocationEvent.NONE; } - return invocationEvent; } catch (Exception e) { e.printStackTrace(); - return invocationEvent; } + return invocationEvent; } /** @@ -1245,11 +1244,10 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule { corner = InstabugVideoRecordingButtonCorner.TOP_RIGHT; } - return corner; } catch (Exception e) { e.printStackTrace(); - return corner; } + return corner; } private Locale getLocaleByKey(String instabugLocale) {