Add LAST_END_OF_PERIOD to backup
This commit is contained in:
parent
75bf3a7c7e
commit
0f6c16c373
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ internal class DonationsValues internal constructor(store: KeyValueStore) : Sign
|
|||
|
||||
override fun getKeysToIncludeInBackup(): MutableList<String> = mutableListOf(
|
||||
KEY_CURRENCY_CODE_BOOST,
|
||||
KEY_LAST_KEEP_ALIVE_LAUNCH
|
||||
KEY_LAST_KEEP_ALIVE_LAUNCH,
|
||||
KEY_LAST_END_OF_PERIOD
|
||||
)
|
||||
|
||||
private val subscriptionCurrencyPublisher: Subject<Currency> by lazy { BehaviorSubject.createDefault(getSubscriptionCurrency()) }
|
||||
|
|
Loading…
Add table
Reference in a new issue