We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f50f96 commit 94b0beeCopy full SHA for 94b0bee
iMEGA/ChatRoomsListScene/ChatRoomsListView.swift
@@ -111,7 +111,7 @@ struct ChatRoomsListView: View {
111
}
112
113
.listStyle(.plain)
114
- .background(
+ .overlay(
115
VStack {
116
if viewModel.isChatRoomEmpty {
117
ChatRoomsEmptyView(emptyViewState: viewModel.isSearchActive ? viewModel.searchEmptyViewState() : viewModel.emptyChatRoomsViewState())
@@ -168,7 +168,7 @@ struct ChatRoomsListView: View {
168
169
170
171
172
173
174
0 commit comments