Skip to content

Commit

Permalink
removed redundant test code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed May 14, 2018
1 parent 16a7970 commit 3a5acc8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions PanCardView.Droid/CardsViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,4 @@ public override bool OnFling(MotionEvent e1, MotionEvent e2, float velocityX, fl
return false;
}
}

public class FRenderer : CardsViewRenderer
{
public FRenderer(Context context) : base(context)
{
}

public override bool OnInterceptTouchEvent(MotionEvent ev)
{
return true;
}

public override bool OnTouchEvent(MotionEvent e)
{
return true;
}
}
}

0 comments on commit 3a5acc8

Please sign in to comment.