Skip to content

Commit

Permalink
Removed unwanted code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NirmalKumarYuvaraj committed Nov 20, 2024
1 parent 181f706 commit 9393e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9393e16

Please sign in to comment.