patch zero chats
This commit is contained in:
parent
aa4b871c41
commit
342da3b773
@ -281,6 +281,9 @@ struct ChatsTab: View {
|
|||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||||
|
.listRowInsets(EdgeInsets(top: 24, leading: 16, bottom: 24, trailing: 16))
|
||||||
|
.listRowSeparator(.hidden)
|
||||||
|
.listRowBackground(Color.clear)
|
||||||
}
|
}
|
||||||
|
|
||||||
private var loadingMoreRow: some View {
|
private var loadingMoreRow: some View {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user