mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
UserSessionsOverview: Fix safe area background color.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ struct UserSessionsOverview: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.background(theme.colors.system)
|
||||
.background(theme.colors.system.ignoresSafeArea())
|
||||
.frame(maxHeight: .infinity)
|
||||
.navigationTitle(VectorL10n.userSessionsOverviewTitle)
|
||||
.activityIndicator(show: viewModel.viewState.showLoadingIndicator)
|
||||
|
||||
Reference in New Issue
Block a user