mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-06-02 14:36:09 +00:00
Compare commits
1 Commits
nightly-04
...
nightly-19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19b473cd7a |
@@ -179,7 +179,7 @@ class AirPodsViewModel(
|
||||
if (premium) {
|
||||
sharedPreferences.edit {
|
||||
remove("premium_expiry_time")
|
||||
remove("foss_upgraded")
|
||||
if (BuildConfig.PLAY_BUILD) remove("foss_upgraded")
|
||||
}
|
||||
_uiState.update { it.copy(isPremium = true, timeUntilFOSSPremiumExpiry = 0L) }
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user