You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please remove fillMaxWidth of LazyRow inside Box element because i couldn't align left side of page as wrapped content so i need to use fixed width to align right in page.
LazyRow(
modifier = Modifier
.fillMaxWidth()
The text was updated successfully, but these errors were encountered:
Please remove fillMaxWidth of LazyRow inside Box element because i couldn't align left side of page as wrapped content so i need to use fixed width to align right in page.
The text was updated successfully, but these errors were encountered: