-
-
Notifications
You must be signed in to change notification settings - Fork 66
Your new version crashed #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks I'll check again |
icc-guerrero
referenced
this issue
Jun 2, 2021
Could you check with this fork? If it's fixed I will create a PR. |
tnt9ft
added a commit
to tnt9ft/react-native-incoming-call
that referenced
this issue
Dec 1, 2021
fix crash bkdev98#24
tnt9ft
added a commit
to tnt9ft/react-native-incoming-call
that referenced
this issue
Dec 1, 2021
geraintwhite
pushed a commit
to geraintwhite/react-native-incoming-call
that referenced
this issue
Jun 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E/unknown:ReactNative: CatalystInstanceImpl caught native exception
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Activity.finish()' on a null object reference
at com.incomingcall.UnlockScreenActivity.dismissIncoming(UnlockScreenActivity.java:137)
at com.incomingcall.IncomingCallModule.dismiss(IncomingCallModule.java:77)
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:151)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:914)
at android.os.Handler.dispatchMessage(Handler.java:100)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
at android.os.Looper.loop(Looper.java:224)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:226)
at java.lang.Thread.run(Thread.java:919)
The text was updated successfully, but these errors were encountered: