Skip to content

Commit

Permalink
Update StackNavigationManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Dec 14, 2022
1 parent ff21182 commit f2a45b1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ public virtual void Connect(IView navigationView)

_fragmentContainerView = navigationView.Handler?.PlatformView as FragmentContainerView;

System.Diagnostics.Debug.WriteLine($"Connect: {_fragmentContainerView}");

_fragmentManager = MauiContext?.GetFragmentManager();

_ = _fragmentManager ?? throw new InvalidOperationException($"GetFragmentManager returned null");
Expand Down

0 comments on commit f2a45b1

Please sign in to comment.