feature(home-tab): 비밀라이브 입장시 비밀번호 창이 표시되지 않던 버그 수정
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user