Skip to content

Commit 8fe24cd

Browse files
Reverted Unwanted Changes
1 parent 9ffbab5 commit 8fe24cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maui/src/TextInputLayout/SfTextInputLayout.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ void UpDownButtonPressed(Point touchpoint)
398398
{
399399
numericEntry.DownButtonPressed();
400400
}
401-
}
401+
}
402402
#if IOS || MACCATALYST
403403
await Task.Delay(10);
404404
IsIconPressed = false;
@@ -707,15 +707,15 @@ protected override void OnContentChanged(object oldValue, object newValue)
707707
if (numericEntryContent.Children[0] is Entry numericInputView)
708708
{
709709
numericInputView.Opacity = IsHintFloated ? 1 : (DeviceInfo.Platform == DevicePlatform.iOS ? 0.00001 : 0);
710-
}
710+
}
711711
}
712712
else if (newValue is Picker picker)
713713
{
714714
if (DeviceInfo.Platform != DevicePlatform.WinUI)
715715
{
716716
picker.Opacity = IsHintFloated ? 1 : (DeviceInfo.Platform == DevicePlatform.iOS ? 0.00001 : 0);
717-
}
718-
}
717+
}
718+
}
719719

720720
base.OnContentChanged(oldValue, newValue);
721721

0 commit comments

Comments
 (0)