Dismiss after pressing don't show this again.

This commit is contained in:
Alex Hart
2022-04-04 13:50:54 -03:00
committed by Cody Henthorne
parent c5906b6f3a
commit 95abca4e03
3 changed files with 4 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ internal class DonationsValues internal constructor(store: KeyValueStore) : Sign
var unexpectedSubscriptionCancelationReason: String? by stringValue(SUBSCRIPTION_CANCELATION_REASON, null)
@get:JvmName("showCantProcessDialog")
var showCantProcessDialog: Boolean by booleanValue(SHOW_CANT_PROCESS_DIALOG, true)
/**