Hello brilliant developers :grinning: Could someon...
# android
m
Hello brilliant developers πŸ˜€ Could someone help me by answering my simple question on Stackoverflow? πŸ™
j
That works fine for me without using "invoke". No complaints about unused parameter.
m
@Jonny Thanks for your response. πŸ™ Could you confirm there is no such warning after doing code analysis by Android Studio because there are no compiler complaints about it but you can see the warning by doing Inspect Code.
j
When I run code analysis I get that warning as well. I have a bunch of callbacks in my composable method and two of them have the same warning. They are the only callbacks with arguments. So I believe there's an issue with code inspection when there are callbacks with arguments.
πŸ™ 1
m
You're right. It only occurs for callbacks with arguments. πŸ’ͺ Do you have any idea how to satisfy the code inspection without using the
invoke
calls?
j
Nope.
m
Thanks for your valuable time to help me. πŸ™
j
Create an issue at google and they'll probably solve it eventually.
πŸ‘ 1
No problem. πŸ˜„
m
Thanks for your great idea to report the issue. πŸ™ Someone came up with an answer to my question referring to an issue related to the problem on the Google issue tracker and I commented on it.