mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
lint
This commit is contained in:
parent
7405d501f6
commit
886bd3cc8f
@ -92,7 +92,6 @@ abstract class VectorSettingsPushRuleNotificationPreferenceFragment
|
||||
return rule.enabled && !rule.shouldNotNotify()
|
||||
}
|
||||
|
||||
|
||||
override fun bindPref() {
|
||||
for (preferenceKey in prefKeyToPushRuleId.keys) {
|
||||
val preference = findPreference<VectorCheckboxPreference>(preferenceKey)!!
|
||||
@ -141,5 +140,4 @@ abstract class VectorSettingsPushRuleNotificationPreferenceFragment
|
||||
private fun refreshDisplay() {
|
||||
listView?.adapter?.notifyDataSetChanged()
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user