Skip to content

fix: crash on CreateOpenChatActivity when chanelId is empty#187

Open
TinhHuynh wants to merge 1 commit intoline:masterfrom
TinhHuynh:fix-crash-create-open-chat-activity
Open

fix: crash on CreateOpenChatActivity when chanelId is empty#187
TinhHuynh wants to merge 1 commit intoline:masterfrom
TinhHuynh:fix-crash-create-open-chat-activity

Conversation

@TinhHuynh
Copy link
Copy Markdown

No description provided.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Dec 25, 2025

CLA assistant check
All committers have signed the CLA.

@TinhHuynh
Copy link
Copy Markdown
Author

Hi @YkSix, could you please review this PR?

This PR helps address #185.
The crash is usually not reproducible because it occurs during Google’s pre-launch report, where certain devices attempt to launch activities immediately at app startup.

Similar issues have been observed in other SDKs as well (for example, Stripe). In Stripe’s case, the problem was resolved by validating required arguments before executing the main logic (see stripe/stripe-android#12136, stripe/stripe-android#12138, etc.).

The approach taken in this PR follows the same pattern.

@dev-weiqi
Copy link
Copy Markdown

@YkSix
We are also encountering this issue.
Could you please review this change and include it in an upcoming release if possible?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants