Skip to content

Commit cb222fc

Browse files
LaunchDarklyReleaseBotember-stevenstanderson-ldld-repository-standards[bot]kparkinson-ld
authored
prepare 5.0.3 release (#232)
## [5.0.3] - 2024-02-02 ### Fixed: - Fixes a bug in which a race condition between identify and network state change could result in a crash. --------- Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Todd Anderson <[email protected]> Co-authored-by: tanderson-ld <[email protected]> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: Matthew M. Keeler <[email protected]> Co-authored-by: Louis Chan <[email protected]>
1 parent 5436151 commit cb222fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launchdarkly-android-client-sdk/src/main/java/com/launchdarkly/sdk/android/ConnectivityManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void setEvaluationContext(@NonNull LDContext newContext, @NonNull Callback<Void>
193193
}
194194
}
195195

196-
private boolean updateDataSource(
196+
private synchronized boolean updateDataSource(
197197
boolean mustReinitializeDataSource,
198198
@NonNull Callback<Void> onCompletion
199199
) {

0 commit comments

Comments
 (0)