mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Exclude some more app state preferences from backups
This commit is contained in:
parent
d59cb9c1e3
commit
bcc42dd259
4 changed files with 8 additions and 5 deletions
|
@ -13,7 +13,7 @@ class GetApplicationRelease(
|
|||
) {
|
||||
|
||||
private val lastChecked: Preference<Long> by lazy {
|
||||
preferenceStore.getLong("last_app_check", 0)
|
||||
preferenceStore.getLong(Preference.appStateKey("last_app_check"), 0)
|
||||
}
|
||||
|
||||
suspend fun await(arguments: Arguments): Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue