Fixed issue with statusbar not show/hiding

This commit is contained in:
Tig
2024-12-05 15:36:59 -07:00
parent 5367e7bd0c
commit 617f1fddb8

View File

@@ -796,7 +796,8 @@ public class UICatalogApp
{
if (_statusBar.NeedsLayout)
{
// throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
//_statusBar.Layout ();
}
return _statusBar.Frame.Height;
})),
@@ -825,7 +826,8 @@ public class UICatalogApp
{
if (_statusBar.NeedsLayout)
{
// throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
//_statusBar.Layout ();
}
return _statusBar.Frame.Height;
})),