Component used: GlanceAppWidget
Library & Version used: androidx.glance:glance-appwidget:1.0.0-alpha03
In the Row and Column if we have more than 1 button onClick and if we use actionStartActivity and pass the intent and parameters, it will take the last parameter for all buttons.
Example:
In Row, I have 3 buttons for that onClick, I use actionStartActivity and pass the intent and parameters, when I click Button 1 or Button 2, I will get parameters as "Test 3" every time instead of Test 1 or Test 2 as parameter it will return the last parameter for all buttons onClick.
Example Parameters:
Button 1 = "Test 1"
Button 2 = "Test 2"
Button 3 = "Test 3"
Issue Tracker: https://issuetracker.google.com/issues/238793260