Activates Relay services after starting okhttp for images/videos

This commit is contained in:
Vitor Pamplona
2026-04-07 18:35:17 -04:00
parent d64f018bc2
commit c40ac1870d
@@ -43,8 +43,8 @@ import com.vitorpamplona.quartz.utils.Log
@Composable
fun AccountScreen(accountSessionManager: AccountSessionManager) {
// Pauses relay services when the app pauses
ManageRelayServices()
ManageWebOkHttp()
ManageRelayServices()
val accountState by accountSessionManager.accountContent.collectAsStateWithLifecycle()