Skip to content

Commit 3148a9b

Browse files
Fix InstabugReactnativepackage error
1 parent f162689 commit 3148a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativePackage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public RNInstabugReactnativePackage(String androidApplicationToken, Application
4242
@Deprecated
4343
public RNInstabugReactnativePackage(String androidApplicationToken, Application application,
4444
String invocationEventValue, String instabugColorThemeValue) {
45+
this.androidApplication = application;
4546
}
4647

4748
@Override

0 commit comments

Comments
 (0)