Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Dec 15, 2023
1 parent ee002f2 commit d152abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void Dispose()
var eventTracker = weakEventTracker.Target as GesturePlatformManager;
var virtualView = eventTracker?._handler?.VirtualView as View;
var platformRecognizer = weakPlatformRecognizer?.Target as UIGestureRecognizer;
var platformView = element?.Handler?.PlatformView;
var platformView = element?.ToPlatform();

if (virtualView == null)
return null;
Expand Down

0 comments on commit d152abd

Please sign in to comment.