mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 04:29:18 +01:00
Fix reselecting a int list preference
This commit is contained in:
parent
bfa336a3df
commit
a99b9b7fcc
@ -51,7 +51,7 @@ class IntListMatPreference @JvmOverloads constructor(
|
||||
prefs.getInt(key, defValue).set(value)
|
||||
}
|
||||
callChangeListener(value)
|
||||
this@IntListMatPreference.summary = this@IntListMatPreference.summary
|
||||
notifyChanged()
|
||||
dismiss()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user