Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 55542f5

Browse files
committed
Undo remote Activity change from onActivityResult method
1 parent acc18dd commit 55542f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void getInitialNotification(Promise promise) {
227227
}
228228

229229
@Override
230-
public void onActivityResult(int requestCode, int resultCode, Intent data) {
230+
public void onActivityResult(Activity activity, int requestCode, int resultCode, Intent data) {
231231
// Ignored, required to implement ActivityEventListener
232232
}
233233

0 commit comments

Comments
 (0)