-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several ActivityNotFoundExceptions
In certain screens of the app(like shared decks and account login) the user could trigger an ACTION_VIEW from the content, which will delegate to our custom tabs implementation. This will call the platform launchUrl() method which would fail if there's no app to handle it. Also added guards for the several extensions openUrl(), the check AdaptionUtil.hasWebBrowser() is failing in a few cases.
- Loading branch information
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters