Allow split pane on medium width.

This commit is contained in:
Alex Hart
2026-03-26 17:57:39 -03:00
parent ce87b50a07
commit 5e058bb655

View File

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