Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-opti committed Nov 8, 2024
1 parent e12cc9e commit 366cc2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class VuidManager private constructor() {
fun configure(enableVuid: Boolean, context: Context) {
if (!enableVuid) {
removeVuid(context)
this.vuid = "";
this.vuid = ""
} else {
this.vuid = load(context)
}
Expand Down

0 comments on commit 366cc2d

Please sign in to comment.