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

Ensure the correct error message is shown when failing to open a Uri in paywalls #1922

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JayShortway
Copy link
Member

Quick follow-up to #1904.

Motivation

We have 2 error cases when opening Uris:

  • "Link is invalid"
  • "No browser installed"

However, if the app includes a more recent version of Compose, UriHandler throws the same exception (IllegalArgumentException) for both of these cases (source), which means we never actually show the "No browser installed" error message.

This PR fixes that by no longer relying on UriHandler, and implementing the (very simple) logic ourselves. I think this is justified, as we cannot know which version of UriHandler we get at runtime.

@JayShortway JayShortway requested a review from a team November 19, 2024 12:26
@JayShortway JayShortway self-assigned this Nov 19, 2024
Copy link

emerge-tools bot commented Nov 19, 2024

📸 Snapshot Test

74 unchanged

Name Added Removed Modified Unchanged Errored Approval
TestPurchasesUIAndroidCompatibility
com.revenuecat.testpurchasesuiandroidcompatibility
0 0 0 74 0 N/A

🛸 Powered by Emerge Tools

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.17%. Comparing base (46a9e0e) to head (b6c7bd2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1922   +/-   ##
=======================================
  Coverage   82.17%   82.17%           
=======================================
  Files         232      232           
  Lines        8101     8101           
  Branches     1146     1146           
=======================================
  Hits         6657     6657           
  Misses        991      991           
  Partials      453      453           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@JayShortway
Copy link
Member Author

@vegaro I requested re-review as my last commit changed some stuff around again.

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

Successfully merging this pull request may close these issues.

2 participants