fix(main): 추천 홈 후속 검증을 보완한다
This commit is contained in:
@@ -177,7 +177,7 @@ struct LiveNowAllView: View {
|
||||
let isKoreanCountry = normalizedCountryCode.isEmpty || normalizedCountryCode == "KR"
|
||||
|
||||
if isKoreanCountry && auth == false {
|
||||
pendingAction = { openLiveDetail(roomId: roomId) }
|
||||
pendingAction = { handleLiveNowItemTap(roomId: roomId, isAdult: isAdult) }
|
||||
isShowAuthConfirmView = true
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user