1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-07 06:04:23 +01:00

強調表示する単語の設定画面でSwitchの色が変化しないバグの修正

This commit is contained in:
tateisu 2020-09-08 09:52:49 +09:00
parent c655c046d3
commit e785238af6

View File

@ -109,6 +109,9 @@ class ActHighlightWordEdit
swSpeech = findViewById(R.id.swSpeech)
swSpeech.setOnCheckedChangeListener(this)
App1.setSwitchColor(this,App1.pref,swSound)
App1.setSwitchColor(this,App1.pref,swSpeech)
intArrayOf(
R.id.btnTextColorEdit,
R.id.btnTextColorReset,