launchdarkly / android-client-sdk

LaunchDarkly Client-side SDK for Android
Other
44 stars 23 forks source link

fix: improved LDClient.identify(...) behavior when offline #261

Closed tanderson-ld closed 3 months ago

tanderson-ld commented 3 months ago

Requirements

Related issues

SC-237349

Describe the solution you've provided

Updated code so that ContextDataManager switches context independently of ConnectivityManager and ConnectivityManager is not in the path of context switching.

shortcut-integration[bot] commented 3 months ago

This pull request has been linked to Shortcut Story #237349: Investigate Android airplane mode identify bug.

tanderson-ld commented 3 months ago

Need to add unit test and end to end integration test.