Skip to content

Commit 853671a

Browse files
authored
Merge pull request #11329 from Youssef1313/elevated-view-endif
[feature/breaking-changes] chore: Add missing #endif
2 parents 67351e3 + 1d26248 commit 853671a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Uno.Foundation/ICommandExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
namespace Uno.Client
77
{
8-
internal static class ICommandExtensions
9-
{
8+
internal static class ICommandExtensions
9+
{
1010
/// <summary>
1111
/// Executes the command if CanExecute returns true.
1212
/// </summary>

src/Uno.UI.Toolkit/ElevatedView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public object ElevatedContent
135135

136136
#if !__IOS__ && !__MACOS__
137137
private protected override void OnCornerRadiousChanged(DependencyPropertyChangedEventArgs args) => OnChanged(this, args);
138+
#endif
138139

139140
protected internal override void OnTemplatedParentChanged(DependencyPropertyChangedEventArgs e)
140141
{

0 commit comments

Comments
 (0)