Skip to content

Commit

Permalink
Set _window field to null in DisconnectGestures() of GestureManager
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvalieiev committed Nov 21, 2023
1 parent 34eaf2e commit d94f6db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void DisconnectGestures()
GesturePlatformManager?.Dispose();
GesturePlatformManager = null;
_handler = null;
_window = null;
_containerView = null;
_platformView = null;
}
Expand Down

0 comments on commit d94f6db

Please sign in to comment.