Add polish to various backups ui elements.

This commit is contained in:
Alex Hart
2024-10-22 14:52:40 -03:00
committed by Greyson Parrelli
parent 1b2b4a869c
commit 88b39a062c
7 changed files with 85 additions and 42 deletions

View File

@@ -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 {