-
Notifications
You must be signed in to change notification settings - Fork 0
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/#50] 홈화면 QA 해결 #51
Conversation
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.
수고 많으셨습니다!
깜빡임 부분은 트러블 슈팅에 적어주시게 되면 꼼꼼히 읽어볼게요!
|
||
fun NavGraphBuilder.homeScreen( | ||
navController: NavHostController, | ||
modifier: Modifier = Modifier | ||
) { | ||
composable<Home> { | ||
composable<Home>( |
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.
그 부분은 메인화면에서 바텀바로 화면 전환할 때 fade 효과가 싫어서 없앤거에요!
QA 건이 아니라 그냥 제 개인적인 욕심에 의해 적용한겁니다ㅎㅎ
elevation = CardDefaults.elevatedCardElevation(defaultElevation = 10.dp), | ||
shape = RectangleShape, | ||
modifier = Modifier.showIf(visibility) | ||
AnimatedVisibility( |
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.
Animation은 어렵다,,
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.
그냥 if문 쓰면 바텀바가 깜박이는게 안없어지더라구요,,
저도 애니메이션이 익숙하진 않아서 좀더 알아봐야겠어요,,
Related issue 🛠
Work Description ✏️
Screenshot 📸
HomeScreenQA.mp4
Uncompleted Tasks 😅
To Reviewers (Optional) 📢
AnimatedVisibility
로 해결 - 37ed1eelaunchSingleTop
을 true로 설정하여 해결 - be5a817이상입니다~ 난 끝!