mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
Fix Application Context
This commit is contained in:
parent
0e3a86cdd3
commit
3728f018dd
@ -26,7 +26,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
|
||||
public RNInstabugReactnativeModule(ReactApplicationContext reactContext) {
|
||||
super(reactContext);
|
||||
this.mApplication = getApplicationContext();
|
||||
this.mApplication = reactContext.getApplicationContext();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user