Skip to content

Commit e12cc9e

Browse files
committed
fix
1 parent a71ae66 commit e12cc9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odp/src/main/java/com/optimizely/ab/android/odp/VuidManager.kt

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class VuidManager private constructor() {
4444
fun configure(enableVuid: Boolean, context: Context) {
4545
if (!enableVuid) {
4646
removeVuid(context)
47+
this.vuid = "";
4748
} else {
4849
this.vuid = load(context)
4950
}

0 commit comments

Comments
 (0)