mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 06:09:19 +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)
|
prefs.getInt(key, defValue).set(value)
|
||||||
}
|
}
|
||||||
callChangeListener(value)
|
callChangeListener(value)
|
||||||
this@IntListMatPreference.summary = this@IntListMatPreference.summary
|
notifyChanged()
|
||||||
dismiss()
|
dismiss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user