mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
parameter not used in ThemePublisher.configure
This commit is contained in:
@@ -36,7 +36,7 @@ class ThemePublisher: ObservableObject {
|
||||
@Published private(set) var theme: ThemeSwiftUI
|
||||
|
||||
static func configure(themeId: ThemeIdentifier) {
|
||||
_shared = ThemePublisher(themeId: .light)
|
||||
_shared = ThemePublisher(themeId: themeId)
|
||||
}
|
||||
|
||||
init(themeId: ThemeIdentifier) {
|
||||
|
||||
Reference in New Issue
Block a user