Status Update
Comments
va...@google.com <va...@google.com> #2
To the reporter: this error is related to the class NotificationsViewModel
. I'm trying to figure out exactly how this could happen, but haven't quite gotten there yet. The error seems to imply that the class's constructor is marked with @AssistedInject
, but potentially also with @Inject
(even though that wouldn't build).
Would you mind sharing some details about how exactly this view model is using Dagger attributes?
(I have a potential fix I can make regardless, but it's always helpful to actually understand the root cause.)
ti...@google.com <ti...@google.com>
de...@gmail.com <de...@gmail.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Narwhal | 2025.1.1 Canary 3
- Android Gradle Plugin 8.11.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
de...@gmail.com <de...@gmail.com> #4
The only workaround I found is using KeyboardType.Uri (losing emoji, which is no good for a chat-featured app).
Description
Jetpack Compose version: 1.4.3, tip-of-tree in repo
Jetpack Compose component(s) used: foundation
Steps to Reproduce or Code Sample to Reproduce:
BasicTextField
using software keyboardThis was reported and reproduced first inhttps://github.com/android/nowinandroid/issues/831 , but I also reproduced it in the androidx demos project with
InputFieldDemo
(recording attached)