fix: cache upcoming widget data

This commit is contained in:
rebelonion 2024-04-05 19:50:59 -05:00
parent cf7ccaebd1
commit 594b71dc16
2 changed files with 100 additions and 10 deletions

View file

@ -132,6 +132,8 @@ class UpcomingWidget : AppWidgetProvider() {
const val PREF_BACKGROUND_FADE = "background_fade"
const val PREF_TITLE_TEXT_COLOR = "title_text_color"
const val PREF_COUNTDOWN_TEXT_COLOR = "countdown_text_color"
const val PREF_SERIALIZED_MEDIA = "serialized_media"
const val LAST_UPDATE = "last_update"
}
}