This commit is contained in:
2026-07-13 07:40:02 +07:00
parent bb1efa523d
commit 40da451f4e
4 changed files with 33 additions and 52 deletions

View File

@@ -100,8 +100,8 @@ fun RelayScreen(viewModel: AccountViewModel) {
viewModel.loadCurrentUserMsgRelayList()
}
val loadedRelayList by viewModel.currentUserRelayList.collectAsStateWithLifecycle()
val loadedMsgRelayList by viewModel.currentUserMsgRelayList.collectAsStateWithLifecycle()
val loadedRelayList by viewModel.userRelayList.collectAsStateWithLifecycle()
val loadedMsgRelayList by viewModel.userMsgRelayList.collectAsStateWithLifecycle()
LaunchedEffect(loadedRelayList) {
if (loadedRelayList.isNotEmpty()) {