File tree 1 file changed +2
-4
lines changed
android/src/main/java/com/instabug/reactlibrary
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
548
548
invocationEvent = InstabugInvocationEvent .NONE ;
549
549
}
550
550
551
- return invocationEvent ;
552
551
} catch (Exception e ) {
553
552
e .printStackTrace ();
554
- return invocationEvent ;
555
553
}
554
+ return invocationEvent ;
556
555
}
557
556
558
557
/**
@@ -1245,11 +1244,10 @@ private InstabugVideoRecordingButtonCorner getVideoRecordingButtonCorner(String
1245
1244
corner = InstabugVideoRecordingButtonCorner .TOP_RIGHT ;
1246
1245
}
1247
1246
1248
- return corner ;
1249
1247
} catch (Exception e ) {
1250
1248
e .printStackTrace ();
1251
- return corner ;
1252
1249
}
1250
+ return corner ;
1253
1251
}
1254
1252
1255
1253
private Locale getLocaleByKey (String instabugLocale ) {
You can’t perform that action at this time.
0 commit comments