Skip to content

Commit 94b0bee

Browse files
committed
MEET-3559: Fix Unable to tap on New Chat and New Meeting buttons on CHAT tab
1 parent 2f50f96 commit 94b0bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iMEGA/ChatRoomsListScene/ChatRoomsListView.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct ChatRoomsListView: View {
111111
}
112112
}
113113
.listStyle(.plain)
114-
.background(
114+
.overlay(
115115
VStack {
116116
if viewModel.isChatRoomEmpty {
117117
ChatRoomsEmptyView(emptyViewState: viewModel.isSearchActive ? viewModel.searchEmptyViewState() : viewModel.emptyChatRoomsViewState())
@@ -168,7 +168,7 @@ struct ChatRoomsListView: View {
168168
}
169169
}
170170
.listStyle(.plain)
171-
.background(
171+
.overlay(
172172
VStack {
173173
if viewModel.isChatRoomEmpty {
174174
ChatRoomsEmptyView(emptyViewState: viewModel.isSearchActive ? viewModel.searchEmptyViewState() : viewModel.emptyChatRoomsViewState())

0 commit comments

Comments
 (0)