mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 14:10:40 +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;
|
invocationEvent = InstabugInvocationEvent.NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return invocationEvent;
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return invocationEvent;
|
|
||||||
}
|
}
|
||||||
|
return invocationEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1245,11 +1244,10 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
|||||||
corner = InstabugVideoRecordingButtonCorner.TOP_RIGHT;
|
corner = InstabugVideoRecordingButtonCorner.TOP_RIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
return corner;
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return corner;
|
|
||||||
}
|
}
|
||||||
|
return corner;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Locale getLocaleByKey(String instabugLocale) {
|
private Locale getLocaleByKey(String instabugLocale) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user