Status Update
Comments
ma...@google.com <ma...@google.com> #2
Information redacted by Android Beta Feedback.
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
sg...@google.com <sg...@google.com> #4
What
More information
Also the "Photos" option is gone from the list when clicking on "use as" on any image. So basically there's no way to set a new image as wallpaper.
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:16/BP22.250221.010/13193326:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 250832035 (25.08.32 (260400-731361394))
System App (Updated)
Android System WebView
com.google.android.webview
Version 694313733 (133.0.6943.137)
System App (Updated)
Network operator: Jio True5G
SIM operator: Jio
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
Description
Jetpack Compose version: 1.5.1 (androidx.compose:compose-bom:2023.09.00)
Jetpack Compose component used: androidx.compose.material3:material3:1.2.0-alpha07
Android Studio Build: Android Studio Giraffe | 2022.3.1 Patch 1
Kotlin version: 1.9.10
If you place DropdownMenu inside title of TopAppBar and there is a composable with fillMaxHeight Modifier, then the DropdownMenu will not be placed under the TopAppBar, but under the center of the Scaffold content. The workaround is to use height(64.dp) Modifier instead of fillMaxHeight().
Code sample:
Also you can download the sample project.