You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android IamportActivity에서 webview가 생성된 후에 back button press 시 handleOnActivityResult로 null intent가 전달되면서
아래와 같은 에러가 발생합니다.
java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Bundle android.content.Intent.getExtras()' on a null object reference
at kr.iamport.capacitor.IamportCapacitor.handleOnActivityResult(IamportCapacitor.java:45)
at com.getcapacitor.Bridge.onActivityResult(Bridge.java:776)
at com.getcapacitor.BridgeActivity.onActivityResult(BridgeActivity.java:214)
at android.app.Activity.dispatchActivityResult(Activity.java:8110)
at android.app.ActivityThread.deliverResults(ActivityThread.java:4838)
Android IamportActivity에서 webview가 생성된 후에 back button press 시 handleOnActivityResult로 null intent가 전달되면서
아래와 같은 에러가 발생합니다.
해당 부분 handling code를 #12 로 PR을 생성해두었습니다.
The text was updated successfully, but these errors were encountered: