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

[FIX/#118] 2차 mvp 배포 전 수정사항 반영 #143

Merged
merged 13 commits into from
Feb 12, 2024
Merged

Conversation

Mnseo
Copy link
Collaborator

@Mnseo Mnseo commented Feb 12, 2024

📌 개요

✨ 작업 내용

  • time / date 수정 UI 반영
  • 화면 / 모델 연결되어있는 약속 수정도 해당 로직과 분리해서 적용
  • 약속 수정 부분에 오류가 발생해 해당 문제 해결
  • bottomSheet dismiss()시 재 클릭했을때 올라오지 않는 문제 해결
    (@blueme0 ) SingleModalBottomSheet 수정했으니 확인 부탁드립니다
   override fun onDismiss(dialog: DialogInterface) {
        dismissListener?.onDismiss()
        focusedShowImageView?.setImageResource(R.drawable.ic_arrow_down_l)
        super.onDismiss(dialog)
    }


    interface OnDismissListener {
        fun onDismiss()
    }
    var dismissListener: OnDismissListener? = null

📸 스크린샷/동영상

@Mnseo Mnseo added 민서 DEL 불필요한 코드, 파일, 주석 삭제 FIX 버그 및 오류 해결 REFACTOR 코드 리팩토링 labels Feb 12, 2024
@Mnseo Mnseo self-assigned this Feb 12, 2024
@Mnseo Mnseo merged commit 5c0a34f into main Feb 12, 2024
1 check passed
@blueme0
Copy link
Member

blueme0 commented Feb 13, 2024

@Mnseo 바텀시트 이슈 확인했습니다! 회원가입 로직에서도 확인 완료했어용 수고하셨습니다 👍🏻👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEL 불필요한 코드, 파일, 주석 삭제 FIX 버그 및 오류 해결 REFACTOR 코드 리팩토링 민서
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 최종 배포 전 오류 수정
3 participants