mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Preference summary not updating
This commit is contained in:
parent
80191827c2
commit
1f030189cd
2 changed files with 3 additions and 2 deletions
|
@ -11,4 +11,5 @@
|
|||
- Ported Tachi's cutout option
|
||||
|
||||
## Fixes
|
||||
- Fixed splash icon hardcoded to white
|
||||
- Fixed splash icon hardcoded to white
|
||||
- Fixed preference summary not updating after being changed once
|
|
@ -78,7 +78,7 @@ open class ListMatPreference @JvmOverloads constructor(
|
|||
notifyChanged()
|
||||
}
|
||||
}
|
||||
this@ListMatPreference.summary = this@ListMatPreference.summary
|
||||
this@ListMatPreference.setSummary(0)
|
||||
dialog.dismiss()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue