Skip to content

Commit

Permalink
fix(fb): Don't validate textbox features when IOverlayTextBoxViewExte…
Browse files Browse the repository at this point in the history
…nsion is not avialble

(cherry picked from commit 5999814)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Aug 25, 2023
1 parent b66e798 commit 2f6fd2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SamplesApp/SamplesApp.Shared/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ private void InitializeFrame(string arguments = null)

// Place the frame in the current Window
Windows.UI.Xaml.Window.Current.Content = rootFrame;
Console.WriteLine($"RootFrame: {rootFrame}");
}

if (rootFrame.Content == null)
Expand Down

0 comments on commit 2f6fd2c

Please sign in to comment.