Skip to content

Commit

Permalink
updated android obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Dec 2, 2018
1 parent 3792a43 commit fee1bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContextMenu.Droid/ContextMenuScrollViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private async void OnScrollToRequestedNew(object sender, ScrollToRequestedEventA
private void CreateGestureDetector()
{
var listener = new ContextGestureListener();
_detector = new GestureDetector(listener);
_detector = new GestureDetector(Context, listener);
listener.Flinged += OnFlinged;
}

Expand Down

0 comments on commit fee1bc1

Please sign in to comment.