Skip to content

Commit

Permalink
chore: Tentative for listview crash on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 12, 2024
1 parent 27dcbe6 commit 84647db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public DependencyObject TemplatedParent
{protectedModifier} {virtualModifier} void OnTemplatedParentChanged(DependencyPropertyChangedEventArgs e)
{{
__Store.SetTemplatedParent(e.NewValue as FrameworkElement);
__Store.SetTemplatedParent(e?.NewValue as FrameworkElement);
OnTemplatedParentChangedPartial(e);
}}
Expand Down

0 comments on commit 84647db

Please sign in to comment.