mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Cleanup from comments
This commit is contained in:
@@ -23,11 +23,11 @@ import SwiftUI
|
||||
@available(iOS 14.0, *)
|
||||
struct VectorContentModifier: ViewModifier {
|
||||
|
||||
@StateObject var themeObservor = ThemeObserver.shared
|
||||
@StateObject private var themeObserver = ThemeObserver.shared
|
||||
|
||||
func body(content: Content) -> some View {
|
||||
content
|
||||
.theme(themeObservor.theme)
|
||||
.theme(themeObserver.theme)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user