mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-06-03 23:19:51 +00:00
Compare commits
1 Commits
main
...
nightly-19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19b473cd7a |
@@ -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