mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 06:30:41 +00:00
Fix manual invocation
This commit is contained in:
parent
973d5fcb59
commit
e0639feaa0
@ -124,6 +124,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
|||||||
this.mInstabug = mInstabug;
|
this.mInstabug = mInstabug;
|
||||||
try {
|
try {
|
||||||
Instabug.invoke();
|
Instabug.invoke();
|
||||||
|
Instabug.dismiss();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user