mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2026-09-02 07:01:13 +00:00
Fix Sample app
This commit is contained in:
@@ -122,7 +122,11 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
super(reactContext);
|
||||
this.androidApplication = androidApplication;
|
||||
this.mInstabug = mInstabug;
|
||||
Instabug.invoke();
|
||||
try {
|
||||
Instabug.invoke();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user