mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 20:21:49 +01:00
Fix RGB filter sliders being disabled on start
This commit is contained in:
parent
8c6f3dc14e
commit
6edc15683e
@ -80,6 +80,8 @@ class ReaderFilterView @JvmOverloads constructor(context: Context, attrs: Attrib
|
||||
}
|
||||
)
|
||||
|
||||
setColorFilterSeekBar(binding.switchColorFilter.isChecked)
|
||||
|
||||
binding.seekbarColorFilterRed.setOnSeekBarChangeListener(
|
||||
object : SimpleSeekBarListener() {
|
||||
override fun onProgressChanged(seekBar: SeekBar, value: Int, fromUser: Boolean) {
|
||||
|
Loading…
Reference in New Issue
Block a user