-
Notifications
You must be signed in to change notification settings - Fork 9
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/#906] soptamp report api 연결 및 웹뷰 연결 #911
Conversation
|
val state by missionsViewModel.state.collectAsState() | ||
val generation by missionsViewModel.generation.collectAsState() | ||
val nickname by missionsViewModel.nickname.collectAsState() | ||
val reportUrl by missionsViewModel.reportUrl.collectAsState() |
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.
이거 바꾸는 김에 collectAsStateWithLifecycle...
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.
ㅋㅋㅋㅋㅋㅋㅋ 전부다 적용하겠슴다
Box( | ||
modifier = Modifier.pullRefresh(refreshingState) | ||
modifier = Modifier | ||
.pullRefresh(refreshingState) | ||
.background(SoptTheme.colors.white) | ||
.fillMaxSize() |
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.
Modifier에 pullRefresh 기본 속성이 있는지 몰랐네요...!
e098293
to
aaeab4d
Compare
collectAsStateWithLifecycle
…-makers/sopt-android into feature/#906-soptamp-report
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.
👍🏻
What is this issue?
Reference
soptamp.mp4