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