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