Skip to content

Commit b45abd1

Browse files
committed
fix
1 parent 3512a65 commit b45abd1

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

Lines changed: 1 addition & 0 deletions
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)