Skip to content

Commit 825d48f

Browse files
committed
fix spelling mistake
1 parent 5f118b4 commit 825d48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controls/src/Core/Platform/ModalNavigationManager/ModalNavigationManager.Android.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ public override AView OnCreateView(LayoutInflater inflater, ViewGroup? container
313313

314314
if (IsAnimated)
315315
{
316-
_ = new GenericGlobalLayoutListener((listner,view) =>
316+
_ = new GenericGlobalLayoutListener((listener,view) =>
317317
{
318-
listner.Invalidate();
318+
listener.Invalidate();
319319
if(view is not null)
320320
{
321321
var animation = AnimationUtils.LoadAnimation(view.Context, Resource.Animation.nav_modal_default_enter_anim)!;

0 commit comments

Comments
 (0)