We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eaa4b commit 7b61243Copy full SHA for 7b61243
android/src/main/java/com/reactnativedocumentpicker/RNDocumentPickerModule.java
@@ -103,9 +103,9 @@ private String[] readableArrayToStringArray(ReadableArray readableArray) {
103
}
104
105
@Override
106
- public void onCatalystInstanceDestroy() {
+ public void invalidate() {
107
getReactApplicationContext().removeActivityEventListener(activityEventListener);
108
- super.onCatalystInstanceDestroy();
+ super.invalidate();
109
110
111
@NonNull
0 commit comments