fix(android): 修复return标签名错误导致编译失败
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7b8105d76c
commit
1bc42c207a
|
|
@ -401,7 +401,7 @@ class MainViewModel @Inject constructor(
|
||||||
val currentStatus = repository.sessionStatus.value
|
val currentStatus = repository.sessionStatus.value
|
||||||
if (currentStatus == SessionStatus.IN_PROGRESS || currentStatus == SessionStatus.COMPLETED) {
|
if (currentStatus == SessionStatus.IN_PROGRESS || currentStatus == SessionStatus.COMPLETED) {
|
||||||
android.util.Log.d("MainViewModel", " Session already in progress/completed, ignoring participant_joined")
|
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
|
// Update participant count for initiator's CreateWallet screen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue