Skip to content

Commit a838caf

Browse files
committed
Fixed animateThemeTransitions unavailable from objc
1 parent c5b0b49 commit a838caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ThemeManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public class ThemeManager: NSObject {
421421
// MARK: Theme Switching
422422

423423
/// Animate theme transitions?
424-
public var animateThemeTransitions: Bool = true
424+
@objc public var animateThemeTransitions: Bool = true
425425

426426
/// Keypath for string `values.ThemeKitTheme`.
427427
private var themeChangeKVOKeyPath: String = "values.\(ThemeManager.userDefaultsThemeKey)"

0 commit comments

Comments
 (0)