Skip to content

Commit

Permalink
fixed crash for forms 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Jul 10, 2018
1 parent 113fc07 commit e0ed643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PanCardView.Droid/CardsViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class CardsViewRenderer : VisualElementRenderer<CardsView>
[Obsolete("For Forms <= 2.4")]
public CardsViewRenderer()
{

CreateGestureDetector();
}

public CardsViewRenderer(Context context) : base(context)
Expand Down

0 comments on commit e0ed643

Please sign in to comment.