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

Do not scroll episode artwork settings app bar #3577

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Conversation

MiSikora
Copy link
Contributor

Description

Episode Artwork settings app bar was scrollable making it inaccessible when scrolled up and hidden behind notification status bar.

Fixes #3567

Testing Instructions

  1. Increase font size so that Episode Artwork screen doesn't fit in a single screen.
  2. Go to the settings.
  3. Go to the Appearance page.
  4. Go to the Advanced episode artwork.
  5. Scroll content.
  6. Notice that the the app bar does not scroll with the content.

Checklist

  • If this is a user-facing change, I have added an entry in CHANGELOG.md
  • Ensure the linter passes (./gradlew spotlessApply to automatically apply formatting/linting)
  • I have considered whether it makes sense to add tests for my changes
  • All strings that need to be localized are in modules/services/localization/src/main/res/values/strings.xml
  • Any jetpack compose components I added or changed are covered by compose previews
  • I have updated (or requested that someone edit) the spreadsheet to reflect any new or changed analytics.

I have tested any UI changes...

  • with different themes
  • with a landscape orientation
  • with the device set to have a large display and font size
  • for accessibility with TalkBack

@MiSikora MiSikora added [Type] Bug Not functioning as intended. [Area] Android 15 labels Feb 11, 2025
@MiSikora MiSikora added this to the 7.83 milestone Feb 11, 2025
@MiSikora MiSikora requested a review from a team as a code owner February 11, 2025 09:09
@MiSikora MiSikora requested review from geekygecko and removed request for a team February 11, 2025 09:09
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Feb 11, 2025

📲 You can test the changes from this Pull Request in 📱 Mobile by scanning the QR code below to install the corresponding build.
App Name 📱 Mobile
Build TypedebugProd
Commitba2ffa0
Direct Downloadpocketcasts-app-prototype-build-pr3577-ba2ffa0.apk
📲 You can test the changes from this Pull Request in 🚗 Automotive by scanning the QR code below to install the corresponding build.
App Name 🚗 Automotive
Build TypedebugProd
Commitba2ffa0
Direct Downloadpocketcasts-automotive-prototype-build-pr3577-ba2ffa0.apk
📲 You can test the changes from this Pull Request in ⌚ Wear by scanning the QR code below to install the corresponding build.
App Name ⌚ Wear
Build TypedebugProd
Commitba2ffa0
Direct Downloadpocketcasts-wear-prototype-build-pr3577-ba2ffa0.apk

}
Spacer(
modifier = Modifier.height(dimensionResource(UR.dimen.mini_player_height)),
Copy link
Member

Choose a reason for hiding this comment

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

In other parts of the app, I have seen the following used to accommodate the mini player height.

val bottomInset = settings.bottomInset.collectAsStateWithLifecycle(0)
...
modifier = Modifier.height(bottomInset.value.pxToDp(LocalContext.current).dp),

@MiSikora MiSikora enabled auto-merge (squash) February 12, 2025 08:04
@MiSikora MiSikora merged commit 4862614 into main Feb 12, 2025
16 checks passed
@MiSikora MiSikora deleted the fix/artwork-app-bar branch February 12, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Area] Android 15 [Type] Bug Not functioning as intended.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Episode Artwork settings have scrollable app bar
3 participants