Skip to content

Commit e0639fe

Browse files
Fix manual invocation
1 parent 973d5fc commit e0639fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public RNInstabugReactnativeModule(ReactApplicationContext reactContext, Applica
124124
this.mInstabug = mInstabug;
125125
try {
126126
Instabug.invoke();
127+
Instabug.dismiss();
127128
} catch (Exception e) {
128129
e.printStackTrace();
129130
}

0 commit comments

Comments
 (0)