Fix Application Context

This commit is contained in:
DevHossamHassan
2016-10-18 12:21:22 +02:00
parent ca45b3a920
commit a8a8a82395
@@ -26,7 +26,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
public RNInstabugReactnativeModule(ReactApplicationContext reactContext) {
super(reactContext);
this.mApplication = reactContext;
this.mApplication = reactContext.getApplicationContext();
}
@Override