mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add polish to various backups ui elements.
This commit is contained in:
committed by
Greyson Parrelli
parent
1b2b4a869c
commit
88b39a062c
@@ -151,7 +151,7 @@ internal class BillingApiImpl(
|
||||
init {
|
||||
coroutineScope.launch {
|
||||
createConnectionFlow()
|
||||
.retry { it is RetryException } // TODO [message-backups] - consider a delay here
|
||||
.retry { it is RetryException }
|
||||
.collect { newState ->
|
||||
Log.d(TAG, "Updating Google Play Billing connection state: $newState")
|
||||
connectionState.update {
|
||||
|
||||
Reference in New Issue
Block a user