-
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] MA02,MA03,MA03 2차 디자인 QA #127
Conversation
@@ -168,11 +170,8 @@ private fun HistoryScreen( | |||
(if (model.unrecordedSchedule.isNotEmpty() && isViewUnrecordedState) 343.dp else 257.dp) | |||
val swipeState = rememberSwipeableState(initialValue = HistoryViewSwipingType.COLLAPSED) | |||
|
|||
// LaunchedEffect(isDropDownMenuExpanded){ | |||
// appState.systemUiController.isStatusBarVisible = !isDropDownMenuExpanded | |||
// } | |||
LaunchedEffect(swipeState.progress.to, selectedItem, isDropDownMenuExpanded) { |
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.
이거 저렇게 관리하는게 아니라 이부분 (LaunchedEffect) 를 수정해야 할 것 같은데요
백그라운드 / 백스택에서 돌아가는거 막으신거죠?
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.
TODO 달고 그냥 넣으셔도 됩니다
) | ||
val textLength = relatedHeart.event.length | ||
val text = | ||
if (textLength >= 20) relatedHeart.event.substring(0,20).plus("...") |
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.
포맷 안된거같은데
설명
참고
체크리스트