fix: cache upcoming widget data
This commit is contained in:
parent
cf7ccaebd1
commit
594b71dc16
2 changed files with 100 additions and 10 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue