-
Notifications
You must be signed in to change notification settings - Fork 201
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
.verticalScroll(rememberScrollState())を追加しました #915
base: main
Are you sure you want to change the base?
Conversation
modifier = Modifier.padding(top = innerPadding.calculateTopPadding()), | ||
modifier = Modifier | ||
.padding(top = innerPadding.calculateTopPadding()) | ||
.verticalScroll(rememberScrollState()), |
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.
プルリクエストありがとうございます!このComposable関数は普通の検索結果も入るので、ここにverticalScrollを設定すると、ここでの指定と、検索結果の表示で、両方縦のスクロールができてしまうため、検索結果を表示するときにエラーになってしまうようです。EmptySearchResultBodyという関数内でverticalScrollをつけてみるのはどうでしょうか。
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.
かしこまりました!ありがとうございます!やってみます!
Detekt check failed. Please run |
Snapshot diff report
|
As you can see from the screenshot tests, it looks like it is a little difficult to handle. |
Issue
Overview (Required)
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)