Update AndroidX Preference to version 1.2.0
This commit is contained in:
parent
d0c066d86e
commit
7814b138d3
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ constructor(
|
|||
isEnabled = true
|
||||
}
|
||||
|
||||
override fun getSummary(): CharSequence {
|
||||
override fun getSummary(): CharSequence? {
|
||||
// While folders are being loaded the summary returned by ListPreference will be empty. This leads to the
|
||||
// summary view being hidden. Once folders are loaded the summary updates and the list height changes. This
|
||||
// adds quite a bit of visual clutter. We avoid that by returning a placeholder summary value.
|
||||
|
|
|
@ -26,7 +26,7 @@ buildscript {
|
|||
'androidxLocalBroadcastManager': '1.0.0',
|
||||
'androidxCore': '1.7.0',
|
||||
'androidxCardView': '1.0.0',
|
||||
'androidxPreference': '1.1.1',
|
||||
'androidxPreference': '1.2.0',
|
||||
'androidxTestCore': '1.4.0',
|
||||
'materialComponents': '1.4.0',
|
||||
'fastAdapter': '5.5.1',
|
||||
|
|
Loading…
Reference in a new issue