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

[Feature] MA02,MA03,MA03 2차 디자인 QA #127

Merged
merged 4 commits into from
Mar 3, 2024
Merged

[Feature] MA02,MA03,MA03 2차 디자인 QA #127

merged 4 commits into from
Mar 3, 2024

Conversation

jinuemong
Copy link
Collaborator

설명

참고

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

@@ -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) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 저렇게 관리하는게 아니라 이부분 (LaunchedEffect) 를 수정해야 할 것 같은데요
백그라운드 / 백스택에서 돌아가는거 막으신거죠?

Copy link
Collaborator

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("...")
Copy link
Collaborator

Choose a reason for hiding this comment

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

포맷 안된거같은데

@jinuemong jinuemong merged commit 2a20b8b into main Mar 3, 2024
1 check passed
@jinuemong jinuemong deleted the feat-#127 branch March 3, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants