Skip to content

Commit

Permalink
Bug fixed:save CFG_CUSTOMER_CLEAN_LIST error
Browse files Browse the repository at this point in the history
  • Loading branch information
keta1 committed Apr 26, 2021
1 parent 369fc49 commit 72c8103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SettingsActivity : Activity() {
setClickable()
setVersionName()
setCustomerCleanList()
setConfig(CFG_CUSTOMER_CLEAN_LIST, customerCleanList.values)
setArray(CFG_CUSTOMER_CLEAN_LIST, customerCleanList.values as HashSet<String>)
}

private fun setCustomerCleanList() {
Expand Down

0 comments on commit 72c8103

Please sign in to comment.