feature(home-tab): 비밀라이브 입장시 비밀번호 창이 표시되지 않던 버그 수정

This commit is contained in:
Yu Sung
2025-10-30 17:20:19 +09:00
parent 1159e5e53a
commit b0857039d7

View File

@@ -397,6 +397,14 @@ struct HomeTabView: View {
textAlignment: .center textAlignment: .center
) )
} }
if liveViewModel.isShowPasswordDialog {
LiveRoomPasswordDialog(
isShowing: $liveViewModel.isShowPasswordDialog,
can: liveViewModel.secretOrPasswordDialogCan,
confirmAction: liveViewModel.passwordDialogConfirmAction
)
}
} }
.onAppear { .onAppear {
payload.applicationId = BOOTPAY_APP_ID payload.applicationId = BOOTPAY_APP_ID