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
|
- Ported Tachi's cutout option
|
||||||
|
|
||||||
## Fixes
|
## 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()
|
notifyChanged()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this@ListMatPreference.summary = this@ListMatPreference.summary
|
this@ListMatPreference.setSummary(0)
|
||||||
dialog.dismiss()
|
dialog.dismiss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue