Skip to content

Commit 983d0d8

Browse files
committed
📝 Code readjustments
1 parent f1f4b8a commit 983d0d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)