Update dependencies

This commit is contained in:
arkon
2021-11-18 10:42:09 -05:00
parent 25784d1fe5
commit b4ba56bfb4
4 changed files with 6 additions and 6 deletions

View File

@@ -189,7 +189,7 @@ var Preference.summaryRes: Int
var Preference.iconTint: Int
get() = 0 // set only
set(value) {
icon.setTint(value)
icon?.setTint(value)
}
var ListPreference.entriesRes: Array<Int>