You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WireMessaging/Sources/WireMessagingUI/ConversationCreation/ChannelCreationForm/ConversationChannelCreationFormView.swift
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
publicimport SwiftUI
20
20
21
21
import WireDesign
22
+
import WireLocators
22
23
import WireMessagingDomain
23
24
import WireReusableUIComponents
24
25
@@ -96,6 +97,7 @@ public struct ConversationChannelCreationForm: View {
Copy file name to clipboardExpand all lines: wire-ios/Wire-iOS/Sources/UserInterface/Conversation/Create/WireConversationChannelCreationFormViewController.swift
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
import SwiftUI
20
20
import WireDesign
21
21
import WireDomain
22
+
import WireLocators
22
23
import WireLogging
23
24
import WireMessagingDomain
24
25
import WireMessagingUI
@@ -123,7 +124,7 @@ final class WireConversationChannelCreationFormViewController: UIViewController
0 commit comments