You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting PayPal flow via BrowserSwitch, our underlying activity gets destroyed (onDestroy). Activity has launch mode singleTask. Since our app is fully built in Compose, we lose the whole navigation stack because user lands on lock screen/start screen. Did someone stumbled on this? Any suggestions how to fix it/address it?
It happens only on emulator. Device seems ok.
To reproduce
Launch PayPal flow and select account
Expected behavior
When starting PayPal flow, underlying activity should not get destroyed when returning from flow.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Hi @klemzy - Can you confirm which libraries and versions you are using and experiencing this issue with? The paypal-native-checkout module was removed and is not available in version 5
Braintree SDK Version
5.3.0
Environment
Sandbox
Android Version & Device
Emulator Pixel 9 Pro API 35
Braintree dependencies
com.braintreepayments.api:paypal-native-checkout
com.braintreepayments.api:paypal-data-collector
Describe the bug
When starting PayPal flow via BrowserSwitch, our underlying activity gets destroyed (onDestroy). Activity has launch mode singleTask. Since our app is fully built in Compose, we lose the whole navigation stack because user lands on lock screen/start screen. Did someone stumbled on this? Any suggestions how to fix it/address it?
It happens only on emulator. Device seems ok.
To reproduce
Expected behavior
When starting PayPal flow, underlying activity should not get destroyed when returning from flow.
Screenshots
No response
The text was updated successfully, but these errors were encountered: