mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-03 19:33:54 +02:00
Minor adjustment
This commit is contained in:
@@ -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.
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user