mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +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) {
|
||||
placeable.placeRelative(
|
||||
x = constraints.maxWidth -
|
||||
max(constraints.maxWidth, placeable.width),
|
||||
x = 0,
|
||||
y = 0
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user