rudderlabs / rudder-sdk-android

Android SDK for RudderStack - the Customer Data Platform for Developers.
https://www.rudderstack.com
Other
18 stars 28 forks source link

fix: deep linking crash #425

Closed 1abhishekpandey closed 2 months ago

1abhishekpandey commented 2 months ago

About the issue

We noticed that when Intent.EXTRA_REFERRER is absent in the extras while invoking a deep link, the SDK threw a NullPointerException.

About the fix

Implemented a check to verify whether the referrer is null or not. If it's not null, then it is cast to a string.

Type of change

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud