Revert "Allow split pane on medium width."

This reverts commit a3d677533e2550897c7b548cb5b0bca199ec4287.
This commit is contained in:
Alex Hart
2026-03-26 18:00:14 -03:00
parent 5e058bb655
commit 5ca17dfe52

View File

@@ -40,7 +40,7 @@ fun WindowSizeClass.isSplitPane(
}
return isAtLeastBreakpoint(
widthDpBreakpoint = WindowSizeClass.WIDTH_DP_MEDIUM_LOWER_BOUND,
widthDpBreakpoint = WindowSizeClass.WIDTH_DP_EXPANDED_LOWER_BOUND,
heightDpBreakpoint = WindowSizeClass.HEIGHT_DP_MEDIUM_LOWER_BOUND
)
}