Skip to content

Commit db379de

Browse files
committed
Bugfix
1 parent 681d499 commit db379de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controls/src/Core/Platform/iOS/DragAndDropDelegate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ session.LocalDragSession.Items[0].LocalObject is CustomLocalStateData cdi &&
122122
_viewHandler.VirtualView is View view)
123123
{
124124
HandleDrop(view, cdi.DataPackage, session, new PlatformDropEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session));
125-
HandleDropCompleted(cdi.View, new PlatformDropCompletedEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session));
125+
HandleDropCompleted(cdi.View, new PlatformDropCompletedEventArgs(cdi.View.Handler?.PlatformView as UIView, interaction, session));
126126
}
127127
else if (_viewHandler.VirtualView is View v)
128128
{

0 commit comments

Comments
 (0)