Closed kymjaehong closed 10 months ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
지금 확인해봤는데 figma 디자인이랑 만드신 화면이랑 좀 달라서요 확인 해보시구 수정 부탁드려요
figma | App |
---|---|
저 명칭 변경이 동일한 string name일 때, 다른 거 잡는 것 같아서 그런 것 같아요. 수정했습니다.
사소한 부분들이랑 글자 크기 figma랑 다른 거, dialog 닫는 로직 등등 수정했습니다.
dialog 닫는 부분 바꾼 이유는 아래 링크 참고해주세여 https://stackoverflow.com/questions/61035058/correct-way-to-close-dialogfragment-when-using-navigation-component
피드백 감사합니다 ㅎㅎ
android-gradle-plugin = "8.1.4" (8.2.1이 제 버전에서 동작을 안해서 다시 버전 내렸어요 -> 나중에 다시 수정할게요)
import us.wedemy.eggeum.android.updatecafe.model.CafeDetailModel 이 부분을 추가했는데 캐스팅에러가 났는데 해결을 못해서 일단 main 모듈을 다시 업데이트에 추가했어요.
여기 해결된 후에 다음에 뷰모델 쪽 작업할게요.