アプリ設定で色をリセットした際にサムネイルに反映されない問題の修正

This commit is contained in:
tateisu 2020-06-18 13:12:10 +09:00
parent 49ab36c01c
commit 987760e1c7
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ class ActAppSetting : AsyncActivity(), ColorPickerDialogListener, View.OnClickLi
}
btnReset.setOnClickListener {
pref.edit().remove(ip).apply()
showColor()
item.changed.invoke(activity)
}
}