From 9393e1670e0d8cab8894673b44d5920aa3236edc Mon Sep 17 00:00:00 2001 From: NirmalKumarYuvaraj <97871636+NirmalKumarYuvaraj@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:43:38 +0530 Subject: [PATCH] Removed unwanted code changes --- src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs b/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs index 155ebec91d8b..94cfc777d4fe 100644 --- a/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs +++ b/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs @@ -24,7 +24,7 @@ public static class KeyboardAutoManagerScroll static CGPoint StartingContentOffset; static UIEdgeInsets StartingScrollIndicatorInsets; static UIEdgeInsets StartingContentInsets; - internal static CGRect KeyboardFrame = CGRect.Empty; + static CGRect KeyboardFrame = CGRect.Empty; static CGPoint TopViewBeginOrigin = new(nfloat.MaxValue, nfloat.MaxValue); static readonly CGPoint InvalidPoint = new(nfloat.MaxValue, nfloat.MaxValue); static double AnimationDuration = 0.25;