mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Add missing separators in UserSessionsOverview
This commit is contained in:
-1
@@ -38,7 +38,6 @@ struct UserSessionsListViewAllView: View {
|
||||
}
|
||||
.padding(.vertical, 15)
|
||||
.padding(.trailing, 20)
|
||||
SeparatorLine()
|
||||
}
|
||||
.background(theme.colors.background)
|
||||
.padding(.leading, 72)
|
||||
|
||||
@@ -169,6 +169,7 @@ struct UserSessionsOverview: View {
|
||||
private var otherSessionsSection: some View {
|
||||
SwiftUI.Section {
|
||||
LazyVStack(spacing: 0) {
|
||||
SeparatorLine(height: 0.5)
|
||||
ForEach(viewModel.viewState.otherSessionsViewData.prefix(maxOtherSessionsToDisplay)) { viewData in
|
||||
UserSessionListItem(viewData: viewData,
|
||||
showsLocationInfo: viewModel.viewState.showLocationInfo,
|
||||
@@ -180,6 +181,7 @@ struct UserSessionsOverview: View {
|
||||
viewModel.send(viewAction: .viewAllOtherSessions)
|
||||
}
|
||||
}
|
||||
SeparatorLine(height: 0.5)
|
||||
}
|
||||
.background(theme.colors.background)
|
||||
} header: {
|
||||
|
||||
Reference in New Issue
Block a user