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 🧵
Marcin Wisniowski
06/11/2022, 7:54 PM
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.
Marcin Wisniowski
06/11/2022, 7:54 PM
Screenshots before and after pressing enter.
Marcin Wisniowski
06/11/2022, 7:55 PM
I would expect this, and it's what happens for methods without the
@Composable
annotation.
j
jw
06/11/2022, 10:05 PM
Help > Send feedback
jw
06/11/2022, 10:05 PM
But this is known and you'll find an issue for it on the Android Studio tracker