Skip to content
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

fix: uncaught exception for openApp when app not installed #302

Merged
merged 1 commit into from
Dec 23, 2023
Merged

fix: uncaught exception for openApp when app not installed #302

merged 1 commit into from
Dec 23, 2023

Conversation

AlfieBrooks
Copy link
Contributor

When using the openApp function and the app passed isn't installed on the device, it throws an error but as it's thrown in the callback it causes an uncaughtException no matter what, with no way of catching it apart from at the process level

This PR changes that so it no longer throws the error, but passes it in the callback instead

@Toxblh Toxblh merged commit d563e42 into Toxblh:master Dec 23, 2023
2 of 3 checks passed
@Toxblh
Copy link
Owner

Toxblh commented Dec 23, 2023

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants