-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/android/exception catch: Exception 분기 처리 및 가로모드 대응 추가 #227
Refactor/android/exception catch: Exception 분기 처리 및 가로모드 대응 추가 #227
Conversation
data class ShowMessage(val message: Int, val extraMessage: String = "") : FollowEvent() | ||
data class VisitProfile(val userId: Int, val userNickname: String) : FollowEvent() | ||
sealed class FollowUiEvent { | ||
data class ShowMessage(val message: Int, val extraMessage: String = "") : FollowUiEvent() |
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.
StringRes
어노테이션 붙이면 좋을 것 같애요!!
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.
붙였습니다... 히히
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.
고생하셨습니다!!!
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.
공통된 부분 어떻게 처리해야 하는 지 정말 고민되네욥..ㅜㅜ
개요