I think I found a bug in Android Studio regarding ...
# compose
m
I think I found a bug in Android Studio regarding overriding Composable methods, not sure if this is known? If not where to report it? Info in 🧵
When you override a
@Composable
method, Android Studio suggests it, but after accepting the suggestion it enters something different, as if calling the method, which obviously is not how you define/override a method.
Screenshots before and after pressing enter.
I would expect this, and it's what happens for methods without the
@Composable
annotation.
j
Help > Send feedback
But this is known and you'll find an issue for it on the Android Studio tracker