Fix reselecting a int list preference

This commit is contained in:
Jays2Kings 2021-05-22 19:26:21 -04:00
parent bfa336a3df
commit a99b9b7fcc

View File

@ -51,7 +51,7 @@ class IntListMatPreference @JvmOverloads constructor(
prefs.getInt(key, defValue).set(value)
}
callChangeListener(value)
this@IntListMatPreference.summary = this@IntListMatPreference.summary
notifyChanged()
dismiss()
}
}