mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Cleaned up various things, mostly removed unnecessary selfs, comments and bad formatting
This commit is contained in:
committed by
Stefan Ceriu
parent
c073dfd95d
commit
eac1401cc1
@@ -17,11 +17,6 @@
|
||||
import SwiftUI
|
||||
|
||||
struct UserSessionDetails: View {
|
||||
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
private enum LayoutConstants {
|
||||
static let listItemHorizontalPadding: CGFloat = 20
|
||||
static let sectionVerticalPadding: CGFloat = 8
|
||||
@@ -29,8 +24,6 @@ struct UserSessionDetails: View {
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
@ObservedObject var viewModel: UserSessionDetailsViewModel.Context
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user