Skip to content
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

Merged

Conversation

p-chanmin
Copy link
Collaborator

개요

  • Exception 분기 처리
  • UiEvent 네이밍 수정
  • 가로모드 대응 추가

@p-chanmin p-chanmin added Android 안드로이드 Feat 기능 Refactor labels Dec 11, 2023
@p-chanmin p-chanmin self-assigned this Dec 11, 2023
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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StringRes 어노테이션 붙이면 좋을 것 같애요!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

붙였습니다... 히히

agfalcon
agfalcon previously approved these changes Dec 11, 2023
Copy link
Collaborator

@agfalcon agfalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!!!

Copy link
Collaborator

@LeeHaiLim LeeHaiLim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

공통된 부분 어떻게 처리해야 하는 지 정말 고민되네욥..ㅜㅜ

@agfalcon agfalcon merged commit 119c777 into boostcampwm2023:dev Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android 안드로이드 Feat 기능 Refactor
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants