Backup delete resub flow state fix.

This commit is contained in:
Alex Hart
2025-06-02 10:54:04 -03:00
committed by Cody Henthorne
parent 109d37c0d2
commit ad652dbaf2
6 changed files with 15 additions and 106 deletions

View File

@@ -667,8 +667,6 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
clickPref(
title = DSLSettingsText.from("Clear keep-alive timestamps"),
onClick = {
SignalStore.inAppPayments.subscriptionEndOfPeriodRedemptionStarted = 0L
SignalStore.inAppPayments.subscriptionEndOfPeriodConversionStarted = 0L
SignalStore.inAppPayments.setLastEndOfPeriod(0L)
Toast.makeText(context, "Cleared", Toast.LENGTH_SHORT).show()
}