parent
cab719c774
commit
c2172b29ae
|
@ -168,15 +168,15 @@ struct LiveRoomViewV2: View {
|
||||||
.padding(.top, 16)
|
.padding(.top, 16)
|
||||||
|
|
||||||
VStack(alignment: .trailing, spacing: 0) {
|
VStack(alignment: .trailing, spacing: 0) {
|
||||||
|
Spacer()
|
||||||
|
|
||||||
LiveRoomRightBottomButton(
|
LiveRoomRightBottomButton(
|
||||||
imageName: viewModel.isSpeakerMute ? "ic_speaker_off" : "ic_speaker_on",
|
imageName: viewModel.isSpeakerMute ? "ic_speaker_off" : "ic_speaker_on",
|
||||||
onClick: { viewModel.toggleSpeakerMute() }
|
onClick: { viewModel.toggleSpeakerMute() }
|
||||||
)
|
)
|
||||||
.padding(.top, 26.7)
|
.padding(.bottom, 40)
|
||||||
.padding(.trailing, 13.3)
|
.padding(.trailing, 13.3)
|
||||||
|
|
||||||
Spacer()
|
|
||||||
|
|
||||||
VStack(spacing: 13.3) {
|
VStack(spacing: 13.3) {
|
||||||
if liveRoomInfo.creatorId == UserDefaults.int(forKey: .userId) {
|
if liveRoomInfo.creatorId == UserDefaults.int(forKey: .userId) {
|
||||||
LiveRoomRightBottomButton(
|
LiveRoomRightBottomButton(
|
||||||
|
|
Loading…
Reference in New Issue