John O'Reilly
08/09/2020, 6:13 PMscaffold
with bodyContent
containing a list (using LazyColumnFor
) and a BottomAppBar
....selecting different options in bottom bar causes some state to change and for UI to be recomposed (with content of list updated).....the only issue is that list position remains the same. Is there way I can/should reset that when I select different option? https://github.com/joreilly/BikeShare/blob/master/app/src/main/java/com/surrus/bikeshare/MainActivity.ktbrandonmcansh
08/10/2020, 3:50 AMAdrian Blanco
08/10/2020, 5:10 AMJohn O'Reilly
08/10/2020, 10:44 AM