File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
android/src/main/java/com/instabug/reactlibrary Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -548,11 +548,10 @@ private InstabugInvocationEvent getInvocationEventById(String invocationEventVal
548548 invocationEvent = InstabugInvocationEvent .NONE ;
549549 }
550550
551- return invocationEvent ;
552551 } catch (Exception e ) {
553552 e .printStackTrace ();
554- return invocationEvent ;
555553 }
554+ return invocationEvent ;
556555 }
557556
558557 /**
@@ -1245,11 +1244,10 @@ private InstabugVideoRecordingButtonCorner getVideoRecordingButtonCorner(String
12451244 corner = InstabugVideoRecordingButtonCorner .TOP_RIGHT ;
12461245 }
12471246
1248- return corner ;
12491247 } catch (Exception e ) {
12501248 e .printStackTrace ();
1251- return corner ;
12521249 }
1250+ return corner ;
12531251 }
12541252
12551253 private Locale getLocaleByKey (String instabugLocale ) {
You can’t perform that action at this time.
0 commit comments