You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
If openInSecondScreen is true, we unconditionally use a TwoPaneScreen. This is implemented as a OverlayRoute, which is typically used for popups and modal menus, so it does not hide the contents of the previous route. This leads to dramatically reduced rendering performance and no page transition, even if on a non-foldable device.
Instead the hinge check should be hoisted into route selection so that we always use a MaterialPageRoute on non-foldable devices