Status Update
Comments
le...@google.com <le...@google.com>
co...@google.com <co...@google.com> #2
Information redacted by Android Beta Feedback.
ma...@google.com <ma...@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.
[Deleted User] <[Deleted User]> #4
What
Feature request
Screen record attached. Lock button appears whenever a new notification comes in or briefly when you expand on current notifications.
Where
Build and device data
- Build Number: google/raven_beta/raven:VanillaIceCream/AP31.240426.023/11830707: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 241718038 (24.17.18 (190400-633711484))
System App (Updated)
Android System WebView
com.google.android.webview
Version 636758231 (124.0.6367.82)
System App (Updated)
Network operator: Google Fi
SIM operator: Google Fi
Filed by Android Beta Feedback. Version (Updated): 2.42-betterbug.external_20240410_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ma...@google.com <ma...@google.com> #5
What
Feature request
X
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:VanillaIceCream/AP31.240426.023/11830707: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 242013038 (24.20.13 (190400-633713831))
System App (Updated)
Android System WebView
com.google.android.webview
Version 636758231 (124.0.6367.82)
System App (Updated)
Network operator: Not available
SIM operator: Boost Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
Description
Jetpack Compose component(s) used: Material3
Android Studio Build: Android Studio Hedgehog | 2023.1.1
Kotlin version: 1.9.21
Steps to Reproduce or Code Sample to Reproduce:
I'm getting the error mentioned in the title when using the Compose BOM imports.
```
androidX-compose-BOM = { module = "androidx.compose:compose-bom", version.ref = "composeBOM" }
androidX-composeMaterial-Material3 = { module = "androidx.compose.material3:material3" }
```
The error goes away if I manually import material with a version number, even though that version matches the one brought in form the BOM I'm refering.
So this fixes the issue:
```
material3 = "1.1.2"
androidX-compose-BOM = { module = "androidx.compose:compose-bom", version.ref = "composeBOM" }
androidX-composeMaterial-Material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
```
But I would like to rely properly on the BOM, without hardcoding version numbers anywhere beyond the BOM itself.
Any ideas why this is happening?
Stack trace (if applicable):
```
java.lang.NoSuchMethodError: No virtual method textFieldColors-l59Burw(JJJJJLandroidx/compose/foundation/text/selection/TextSelectionColors;JJJJJJJJJJJJJJJJJJJJJJLandroidx/compose/runtime/Composer;IIII)Landroidx/compose/material3/TextFieldColors; in class Landroidx/compose/material3/TextFieldDefaults; or its super classes (declaration of 'androidx.compose.material3.TextFieldDefaults' appears in /data/app/~~0lWNizfCvv89i_mze06-qg==/net.artprocessors.eileenappdemo.dev-JU63qtUF8ys1_YOogh2hfQ==/base.apk)
at net.artprocessors.eileenapp.presentation.ui.common.edit.BaseEditFieldKt.BaseEditField(BaseEditField.kt:52)
at net.artprocessors.eileenapp.presentation.ui.common.search.SearchBoxKt$SearchBox$1.invoke(SearchBox.kt:55)
at net.artprocessors.eileenapp.presentation.ui.common.search.SearchBoxKt$SearchBox$1.invoke(SearchBox.kt:46)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:117)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
at net.artprocessors.eileenapp.presentation.ui.common.WidgetsKt$InteractiveBox$1.invoke(Widgets.kt:52)
at net.artprocessors.eileenapp.presentation.ui.common.WidgetsKt$InteractiveBox$1.invoke(Widgets.kt:51)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:108)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
at androidx.compose.material3.SurfaceKt$Surface$1.invoke(Surface.kt:132)
at androidx.compose.material3.SurfaceKt$Surface$1.invoke(Surface.kt:114)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:108)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
at androidx.compose.runtime.CompositionLocalKt.CompositionLocalProvider(CompositionLocal.kt:228)
at androidx.compose.material3.SurfaceKt.Surface-T9BRK9s(Surface.kt:111)
at net.artprocessors.eileenapp.presentation.ui.common.WidgetsKt.InteractiveBox-3IgeMak(Widgets.kt:42)
at net.artprocessors.eileenapp.presentation.ui.common.search.SearchBoxKt.SearchBox-f8fvdUg(SearchBox.kt:43)
at net.artprocessors.eileenapp.presentation.ui.home.composables.HomeSearchButtonKt.HomeSearchButton(HomeSearchButton.kt:41)
at net.artprocessors.eileenapp.presentation.ui.home.composables.HomeContentKt$HomeContent$2$4.invoke(HomeContent.kt:98)
at net.artprocessors.eileenapp.presentation.ui.home.composables.HomeContentKt$HomeContent$2$4.invoke(HomeContent.kt:97)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:117)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
at net.artprocessors.eileenapp.presentation.ui.common.AnimationKt$AnimateFade$1.invoke(Animation.kt:143)
at net.artprocessors.eileenapp.presentation.ui.common.AnimationKt$AnimateFade$1.invoke(Animation.kt:142)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:117)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
at androidx.compose.animation.AnimatedVisibilityKt.AnimatedEnterExitImpl(AnimatedVisibility.kt:941)
at androidx.compose.animation.AnimatedVisibilityKt.AnimatedVisibility(AnimatedVisibility.kt:129)
at net.artprocessors.eileenapp.presentation.ui.common.AnimationKt.AnimateFade(Animation.kt:137)
at net.artprocessors.eileenapp.presentation.ui.home.composables.HomeContentKt$HomeContent$2.invoke(HomeContent.kt:97)
at net.artprocessors.eileenapp.presentation.ui.home.composables.HomeContentKt$HomeContent$2.invoke(HomeContent.kt:55)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:108)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:35)
```