android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.44k stars 1.65k forks source link

items in LazyColumn are not updated even though data in state changes. #412

Open Daeng96 opened 1 year ago

Daeng96 commented 1 year ago

Items in LazyColumn are not updated even though the widget data is updated. however when using the (list.forEach()) loop the list is successfully updated.

Version: 1.0.0-alpha05

Android: 9 pie