Minor adjustment

This commit is contained in:
Vitor Pamplona
2025-07-24 11:05:08 -04:00
parent 803b231aaa
commit b77127df77
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import java.net.Proxy
import java.time.Duration
class OkHttpClientFactory(
val keyCache: EncryptionKeyCache,
keyCache: EncryptionKeyCache,
) {
companion object {
// by picking a random proxy port, the connection will fail as it shouold.

View File

@@ -46,7 +46,7 @@ fun AccountScreen(
) {
val accountState by accountStateViewModel.accountContent.collectAsStateWithLifecycle()
Log.d("ManageRelayServices", "AccountScreen $accountState $accountStateViewModel")
Log.d("ActivityLifecycle", "AccountScreen $accountState $accountStateViewModel")
Crossfade(
targetState = accountState,