라이브 방

- 후원현황과 후원하기 버튼 순서 변경
This commit is contained in:
Yu Sung 2024-08-30 17:53:57 +09:00
parent 0f1de35e62
commit 468a876e33
1 changed files with 5 additions and 5 deletions

View File

@ -203,17 +203,17 @@ struct LiveRoomViewV2: View {
)
}
LiveRoomRightBottomButton(
imageName: "ic_donation_message_list",
onClick: { viewModel.isShowDonationMessagePopup = true }
)
if liveRoomInfo.creatorId != UserDefaults.int(forKey: .userId) {
LiveRoomRightBottomButton(
imageName: "ic_donation",
onClick: { viewModel.isShowDonationPopup = true }
)
}
LiveRoomRightBottomButton(
imageName: "ic_donation_message_list",
onClick: { viewModel.isShowDonationMessagePopup = true }
)
}
.padding(.trailing, 13.3)