mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-07-09 15:39:52 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19b473cd7a |
+1
-1
@@ -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