Skip to content

Commit

Permalink
Merge pull request #16949 from Youssef1313/add-internal-ctors
Browse files Browse the repository at this point in the history
chore: Add back unintentionally removed internal constructor
  • Loading branch information
Youssef1313 authored May 31, 2024
2 parents 2486280 + 3b3384d commit 3c45797
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Uno.UI/Microsoft/UI/Input/InputFocusController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ partial class InputFocusController
: global::Microsoft.UI.Input.InputObject
#endif
{
internal InputFocusController()
{

}

[global::Uno.NotImplemented("__ANDROID__", "__IOS__", "IS_UNIT_TESTS", "__WASM__", "__SKIA__", "__NETSTD_REFERENCE__", "__MACOS__")]
public FocusNavigationResult DepartFocus(FocusNavigationRequest request) => FocusNavigationResult.NotMoved;

Expand Down

0 comments on commit 3c45797

Please sign in to comment.