Skip to content

Commit 83cc012

Browse files
try this
1 parent 25ea563 commit 83cc012

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/FlowNavigation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ private async Task<View> Go(bool isHotReload = false)
201201
if (nextView is FluidView fluidView)
202202
{
203203
fluidView.Entering();
204+
fluidView.OnBreakpointChanged();
204205

205206
if (fluidView.TransitionView is not null)
206207
{

src/ResponsiveExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static T OnScreen<T>(
4949
{
5050
responsiveView.AddRule(condition, predicate);
5151
return view;
52-
}
52+
}
5353

5454
public static T AsTransitionFor<T>(this T view, FluidView fluidView) where T : TransitionView
5555
{

0 commit comments

Comments
 (0)