mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +00:00
Allow detail content to slide with pane as we remove it.
This commit is contained in:
@@ -328,8 +328,7 @@ fun AppScaffold(
|
|||||||
)
|
)
|
||||||
layout(constraints.maxWidth, placeable.height) {
|
layout(constraints.maxWidth, placeable.height) {
|
||||||
placeable.placeRelative(
|
placeable.placeRelative(
|
||||||
x = constraints.maxWidth -
|
x = 0,
|
||||||
max(constraints.maxWidth, placeable.width),
|
|
||||||
y = 0
|
y = 0
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user