Skip to content

Commit

Permalink
fix: commitCustomizeValueToStorage Omission .variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hcanyz committed Dec 3, 2020
1 parent be3c809 commit 8e22a4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class EvHandler(
value: String
) {
sharedPreferences(context).edit()
.putString("$key.variant", EV_VARIANT_PRESET_CUSTOMIZE)
.putString("$key.customizeValue", value)
.apply()
}
Expand Down

0 comments on commit 8e22a4b

Please sign in to comment.