fix(android): 修复return标签名错误导致编译失败

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-27 08:55:29 -08:00
parent 7b8105d76c
commit 1bc42c207a
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ class MainViewModel @Inject constructor(
val currentStatus = repository.sessionStatus.value
if (currentStatus == SessionStatus.IN_PROGRESS || currentStatus == SessionStatus.COMPLETED) {
android.util.Log.d("MainViewModel", " Session already in progress/completed, ignoring participant_joined")
return@collect
return@setSessionEventCallback
}
// Update participant count for initiator's CreateWallet screen