Clean up and make an application target so that debug works in live preview.

This commit is contained in:
David Langley
2021-09-01 14:28:47 +01:00
parent 483043b111
commit 7bdbdde2b2
6 changed files with 35 additions and 6 deletions
@@ -20,7 +20,7 @@ import Combine
/**
Provides the theme and theme updates to SwiftUI.
Replaces the old ThemeObserver. Riot app can push updates to this class
removing the dependency of this calss on the `ThemeService`.
removing the dependency of this class on the `ThemeService`.
*/
@available(iOS 14.0, *)
class ThemePublisher: ObservableObject {