Skip to content

Commit a71ae66

Browse files
committed
update
1 parent 87f8ce4 commit a71ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-sdk/src/main/java/com/optimizely/ab/android/sdk/OptimizelyClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class OptimizelyClient {
8080
So, we start with an empty map of default attributes until the manager is initialized.
8181
*/
8282

83-
if (isValid()) {
83+
if (isValid() && vuid != null) {
8484
// identifiers are empty here since vuid will be inserted by java-sdk core
8585
sendODPEvent(null, "client_initialized", null, null);
8686
}

0 commit comments

Comments
 (0)