We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f50eab commit 19b473cCopy full SHA for 19b473c
1 file changed
android/app/src/main/java/me/kavishdevar/librepods/presentation/viewmodel/AirPodsViewModel.kt
@@ -179,7 +179,7 @@ class AirPodsViewModel(
179
if (premium) {
180
sharedPreferences.edit {
181
remove("premium_expiry_time")
182
- remove("foss_upgraded")
+ if (BuildConfig.PLAY_BUILD) remove("foss_upgraded")
183
}
184
_uiState.update { it.copy(isPremium = true, timeUntilFOSSPremiumExpiry = 0L) }
185
} else {
0 commit comments