Fix manual invocation

This commit is contained in:
DevHossamHassan 2017-07-08 07:48:11 +02:00
parent 973d5fcb59
commit e0639feaa0

View File

@ -124,6 +124,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
this.mInstabug = mInstabug; this.mInstabug = mInstabug;
try { try {
Instabug.invoke(); Instabug.invoke();
Instabug.dismiss();
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }