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

.verticalScroll(rememberScrollState())を追加しました #915

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

honoka5
Copy link
Contributor

@honoka5 honoka5 commented Sep 1, 2024

Issue

Overview (Required)

  • 153行目のColumnの中に.vertical(rememberScrollState())を追加しました

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

Movie (Optional)

Before After

@honoka5 honoka5 marked this pull request as draft September 1, 2024 09:29
@github-actions github-actions bot temporarily deployed to deploygate-distribution September 1, 2024 09:30 Inactive
modifier = Modifier.padding(top = innerPadding.calculateTopPadding()),
modifier = Modifier
.padding(top = innerPadding.calculateTopPadding())
.verticalScroll(rememberScrollState()),
Copy link
Member

@takahirom takahirom Sep 1, 2024

Choose a reason for hiding this comment

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

プルリクエストありがとうございます!このComposable関数は普通の検索結果も入るので、ここにverticalScrollを設定すると、ここでの指定と、検索結果の表示で、両方縦のスクロールができてしまうため、検索結果を表示するときにエラーになってしまうようです。EmptySearchResultBodyという関数内でverticalScrollをつけてみるのはどうでしょうか。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

かしこまりました!ありがとうございます!やってみます!

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 8, 2024 16:08 Inactive
@honoka5 honoka5 marked this pull request as ready for review September 8, 2024 16:09
Copy link

github-actions bot commented Sep 8, 2024

Detekt check failed. Please run ./gradlew detekt --auto-correct to fix the issues.

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 8, 2024 16:12 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution September 8, 2024 16:26 Inactive
Copy link

github-actions bot commented Sep 8, 2024

Snapshot diff report

File name Image
EmptySearchScreenPre
view_compare.png

@takahirom
Copy link
Member

As you can see from the screenshot tests, it looks like it is a little difficult to handle.

@honoka5 honoka5 marked this pull request as draft September 10, 2024 16:15
@honoka5 honoka5 marked this pull request as ready for review September 10, 2024 16:16
@github-actions github-actions bot temporarily deployed to deploygate-distribution September 10, 2024 16:18 Inactive
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