get rid of additional UIHostingController. Cleanup and comments.

This commit is contained in:
David Langley
2022-10-12 14:14:25 +01:00
parent 1b4ee2082a
commit f8da168065
9 changed files with 93 additions and 56 deletions
@@ -17,8 +17,15 @@
import SwiftUI
struct ComposerCreateActionList: View {
// MARK: - Properties
// MARK: Private
@Environment(\.theme) private var theme: ThemeSwiftUI
// MARK: Public
@ObservedObject var viewModel: ComposerCreateActionListViewModel.Context
var body: some View {