Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionmx...@gmail.com created issue #1Nov 24, 2021 01:57PMLazyVerticalGrid doesn't layout items from right to left when LocalLayoutDirection is LayoutDirection.Rtl. This is a regression in 1.1.0-beta03 caused by using place() instead of placeRelative() here. Issue summaryCommentsAll comments Oldest first ma...@google.com <ma...@google.com> Nov 24, 2021 03:10PMReassigned to po...@google.com.ap...@google.com <ap...@google.com> #2Dec 22, 2021 01:46PMMarked as fixed.There is a report about it in kotlinlang Slack: https://kotlinlang.slack.com/archives/C01D6HTPATV/p1706005056105739 na...@google.com <na...@google.com> #3Oct 24, 2022 01:36PMThanks for the report! Add comment Comment
Description
LazyVerticalGrid
doesn't layout items from right to left whenLocalLayoutDirection
isLayoutDirection.Rtl
.This is a regression in 1.1.0-beta03 caused by using here .
place()
instead ofplaceRelative()