라이브 방
- 후원현황과 후원하기 버튼 순서 변경
This commit is contained in:
		| @@ -203,17 +203,17 @@ struct LiveRoomViewV2: View { | |||||||
|                                             ) |                                             ) | ||||||
|                                         } |                                         } | ||||||
|                                          |                                          | ||||||
|  |                                         LiveRoomRightBottomButton( | ||||||
|  |                                             imageName: "ic_donation_message_list", | ||||||
|  |                                             onClick: { viewModel.isShowDonationMessagePopup = true } | ||||||
|  |                                         ) | ||||||
|  |                                          | ||||||
|                                         if liveRoomInfo.creatorId != UserDefaults.int(forKey: .userId) { |                                         if liveRoomInfo.creatorId != UserDefaults.int(forKey: .userId) { | ||||||
|                                             LiveRoomRightBottomButton( |                                             LiveRoomRightBottomButton( | ||||||
|                                                 imageName: "ic_donation", |                                                 imageName: "ic_donation", | ||||||
|                                                 onClick: { viewModel.isShowDonationPopup = true } |                                                 onClick: { viewModel.isShowDonationPopup = true } | ||||||
|                                             ) |                                             ) | ||||||
|                                         } |                                         } | ||||||
|                                          |  | ||||||
|                                         LiveRoomRightBottomButton( |  | ||||||
|                                             imageName: "ic_donation_message_list", |  | ||||||
|                                             onClick: { viewModel.isShowDonationMessagePopup = true } |  | ||||||
|                                         ) |  | ||||||
|                                     } |                                     } | ||||||
|                                     .padding(.trailing, 13.3) |                                     .padding(.trailing, 13.3) | ||||||
|                                      |                                      | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung