Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 3399180273b85a36d09339a51029368d237afec4
Author: Mihai Popa <popam@google.com>
Date: Wed Dec 22 10:59:41 2021
Fix LazyVerticalGrid in RTL
Fixes: 207510535
Test: LazyGridTest
Change-Id: Ic92d785f0474396715eebcc64055c2e07402c456
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGrid.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyGridTest.kt
https://android-review.googlesource.com/1931080
Branch: androidx-main
commit 3399180273b85a36d09339a51029368d237afec4
Author: Mihai Popa <popam@google.com>
Date: Wed Dec 22 10:59:41 2021
Fix LazyVerticalGrid in RTL
Fixes: 207510535
Test: LazyGridTest
Change-Id: Ic92d785f0474396715eebcc64055c2e07402c456
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGrid.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyGridTest.kt
na...@google.com <na...@google.com> #3
The following release(s) address this bug:
androidx.compose.foundation:foundation:1.3.0
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()