-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Add sendable conformance to event map feature #965
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Please check a comment 🙏🏼
public let name: MultiLangText | ||
public let roomName: MultiLangText | ||
public let roomIcon: RoomIcon | ||
public let description_: MultiLangText |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this _
isn't needed for iOS side code 👀
public let description_: MultiLangText | |
public let description: MultiLangText |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've renamed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your commits!
I left some comments.
Please check them🙏
@@ -2,9 +2,10 @@ import SwiftUI | |||
import CommonComponents | |||
import Theme | |||
import shared |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this import with your modified?
I guess Model package wrapped shared package, it makes shared imports to be no needed.
@@ -2,7 +2,7 @@ import ComposableArchitecture | |||
import KMPClient | |||
import Model | |||
import Foundation | |||
@preconcurrency import shared | |||
import shared |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this import with your modified?
I guess Model package wrapped shared package, it makes shared imports to be no needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks your commits!!!
LGTM 🙏
Issue
Overview (Required)
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)