mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Allow different accounts on same Google account to subscribe to backups.
This commit is contained in:
@@ -110,18 +110,6 @@ class MessageBackupsFlowViewModel(
|
||||
Log.d(TAG, "Got successful purchase result for purchase at ${result.purchaseTime}")
|
||||
val id = internalStateFlow.value.inAppPayment!!.id
|
||||
|
||||
if (result.isAcknowledged) {
|
||||
Log.w(TAG, "Payment is already acknowledged. Ignoring.")
|
||||
|
||||
internalStateFlow.update {
|
||||
it.copy(
|
||||
stage = MessageBackupsStage.COMPLETED
|
||||
)
|
||||
}
|
||||
|
||||
return@collect
|
||||
}
|
||||
|
||||
try {
|
||||
Log.d(TAG, "Attempting to handle successful purchase.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user