mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 14:40:54 +00:00
Fix invoke issue
This commit is contained in:
parent
b5015fd959
commit
a9cee98847
@ -122,6 +122,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
|||||||
super(reactContext);
|
super(reactContext);
|
||||||
this.androidApplication = androidApplication;
|
this.androidApplication = androidApplication;
|
||||||
this.mInstabug = mInstabug;
|
this.mInstabug = mInstabug;
|
||||||
|
Instabug.invoke();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user