mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-08 08:03:58 +01: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