-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] 분실물 기능 #524
[Feature] 분실물 기능 #524
Conversation
We can't access ArticleBoardType from lostandfound module, So copy it for now
When we navigate to another tab, onDestroy always called
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.
수고하셨습니다 :) 마지막 커멘트만 확인해주세요!
val viewModelStoreOwner = requireNotNull( | ||
LocalViewModelStoreOwner.current as? HasDefaultViewModelProviderFactory | ||
) | ||
val viewModel: LostAndFoundDetailViewModel = viewModel( |
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.
savedStateHandle을 통해서 초기값 처리는 힘들까요?
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.
WindowInsets에 대해서 한번 공부해보시면 좋을것 같습니다.
modifier = Modifier.fillMaxSize(), | ||
containerColor = KoinTheme.colors.neutral0, | ||
bottomBar = { | ||
WriteArticleDoneButton { |
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.
@kongwoojin bottomBar에 WriteArticleDoneButton 이 세팅되어있는데 해당 컴포넌트 파라미터에 windowInset 대응이 안되어있다는걸 말씀드린겁니다.
} | ||
}, | ||
// Fix wrong top padding value | ||
contentWindowInsets = WindowInsets(0, 0, 0, 0) |
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.
windowInsetPadding에 대해서 알아보시면 좋을것 같습니다.
@kongwoojin bottomBar에 WriteArticleDoneButton 이 세팅되어있는데 해당 컴포넌트 파라미터에 windowInset 대응이 안되어있다는걸 말씀드린겁니다.
해당 부분 알아보시면 contentWindowInsets 에 대해서 이해 되실것 같습니다.
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.
수고하셨어요!
요약
개발 내용
사진
추가적인 내용