mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Make failure to trigger backup id a warning log.
This commit is contained in:
@@ -85,7 +85,7 @@ class MessageBackupsFlowViewModel(
|
||||
}
|
||||
|
||||
result.runOnStatusCodeError { code ->
|
||||
Log.d(TAG, "Failed to trigger backup id reservation. ($code)")
|
||||
Log.w(TAG, "Failed to trigger backup id reservation. ($code)")
|
||||
internalStateFlow.update { it.copy(paymentReadyState = MessageBackupsFlowState.PaymentReadyState.FAILED) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user