Skip to content

Commit

Permalink
ci: makes the solution compile in Release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly authored and dr1rrb committed Jun 1, 2021
1 parent d4e2213 commit 278c4e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2094,9 +2094,6 @@ private void OnDisplayModeChanged(
bool focused = false;
//focused = FocusManager.SetFocusedElement(spScrollViewer, FocusState.Keyboard, false /*animateIfBringintoView*/);
focused = FocusManager.SetFocusedElement(spScrollViewer, FocusNavigationDirection.None, FocusState.Keyboard);
#if !DEBUG
error SetFocusedElement() incorrect here
#endif
if (focused)
{
FocusManager.SetEngagedControl(spScrollViewer);
Expand Down
3 changes: 0 additions & 3 deletions src/Uno.UI/UI/Xaml/Input/FocusManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ void OnGotFocus()
internal static void SetEngagedControl(Control spScrollViewer)
{
// UNO-TODO
#if !DEBUG
#error not implemented
#endif
}
}
}

0 comments on commit 278c4e8

Please sign in to comment.