Just some quality of life garbage (#304)

* fix: statistics widget min sizes

* fix: offset for split TextView values

Due to format and color changes, the text is split between two separate items and this space avoids multiple insertions in code

* feat: extension launch from notice

* fix: wait for the UI to post stuff to it
This commit is contained in:
TwistedUmbrellaX
2024-03-29 18:11:37 -04:00
committed by GitHub
parent 92be9bf626
commit c29147a681
5 changed files with 25 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ class ExtensionUpdateNotifier(private val context: Context) {
Notifications.CHANNEL_EXTENSIONS_UPDATE,
) {
setContentTitle(
"Extension updates available"
context.getString(R.string.extension_updates_available)
)
val extNames = names.joinToString(", ")
setContentText(extNames)