fix(live): 종료 라이브 토스트를 노출한다

This commit is contained in:
Yu Sung
2026-03-13 16:49:44 +09:00
parent fb85f3e90c
commit 026f855bc5
3 changed files with 41 additions and 1 deletions

View File

@@ -446,6 +446,11 @@ struct HomeView: View {
}
}
}
.sodaToast(
isPresented: $liveViewModel.isShowPopup,
message: liveViewModel.errorMessage,
autohideIn: 2
)
}
}