mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
📝 Code readjustments
This commit is contained in:
parent
f1f4b8a952
commit
983d0d8c2d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user