Activates Relay services after starting okhttp for images/videos
This commit is contained in:
@@ -43,8 +43,8 @@ import com.vitorpamplona.quartz.utils.Log
|
|||||||
@Composable
|
@Composable
|
||||||
fun AccountScreen(accountSessionManager: AccountSessionManager) {
|
fun AccountScreen(accountSessionManager: AccountSessionManager) {
|
||||||
// Pauses relay services when the app pauses
|
// Pauses relay services when the app pauses
|
||||||
ManageRelayServices()
|
|
||||||
ManageWebOkHttp()
|
ManageWebOkHttp()
|
||||||
|
ManageRelayServices()
|
||||||
|
|
||||||
val accountState by accountSessionManager.accountContent.collectAsStateWithLifecycle()
|
val accountState by accountSessionManager.accountContent.collectAsStateWithLifecycle()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user