Skip to content

fix(ad-hoc): POCustomTabRedirectActivity crash when it started after app process death - #390

Merged
vitalii-vanziak-cko merged 1 commit into
masterfrom
fix/ad-hoc/custom-tab-redirect-crash
Jul 28, 2026
Merged

fix(ad-hoc): POCustomTabRedirectActivity crash when it started after app process death#390
vitalii-vanziak-cko merged 1 commit into
masterfrom
fix/ad-hoc/custom-tab-redirect-crash

Conversation

@vitalii-vanziak-cko

Copy link
Copy Markdown
Collaborator

Issue:
POCustomTabRedirectActivity is exported and can be started by Android system externally to handle deep/app link. There is a case when this happens after the process death and ProcessOut.instance is not configured yet in the new process, so accessing it causes a crash.
Fix:
Check if ProcessOut.isConfigured before calling ProcessOut.instance.processDeepLink(...) to prevent the crash.

@vitalii-vanziak-cko
vitalii-vanziak-cko merged commit a6665af into master Jul 28, 2026
3 checks passed
@vitalii-vanziak-cko
vitalii-vanziak-cko deleted the fix/ad-hoc/custom-tab-redirect-crash branch July 28, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants