-
Notifications
You must be signed in to change notification settings - Fork 658
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
[FC] Gracefully fail when no browsers available #6794
[FC] Gracefully fail when no browsers available #6794
Conversation
class ClickLinkAnotherAccount( | ||
pane: Pane, | ||
) : FinancialConnectionsEvent( | ||
name = "click.link_another_account", | ||
mapOf( | ||
"pane" to pane.value, | ||
).filterNotNullValues() | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated - unused event (this button does not exist anymore)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TYSM
…7021/android-gracefully-fail-when-no-browsers-available
…7021/android-gracefully-fail-when-no-browsers-available # Conflicts: # CHANGELOG.md
c0ed775
to
212616f
Compare
@@ -0,0 +1,17 @@ | |||
package com.stripe.android.financialconnections.exception |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this used anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! It's not new, it was just on the wrong file and moved it to its own - https://github.com/stripe/stripe-android/pull/6794/files#diff-0d57241060a1753b1c4a26d5c27909e101a54013645f142e528cade0844320a2L15
Summary
NoActivityFound to handle intent
when trying to open a web browser an there's none installed on the device.Fail
callback notifying the developer, and a toast notifying the user.Motivation
📔 [Android] Gracefully fail when no browsers available
🌐 BANKCON-7021
Testing
Screenshots
toast.webm
Changelog