Skip to content

Commit

Permalink
Obsoleted some CachedImageView constructors (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Mar 2, 2016
1 parent 9946267 commit 859adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FFImageLoading.Forms.Droid/CachedImageView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public CachedImageView(Context context, System.Drawing.SizeF? predefinedStyle) :
}

[Obsolete]
public CachedImageView(Context context, IAttributeSet attrs, System.Drawing.SizeF? predefinedStyle) : base(context)
public CachedImageView(Context context, IAttributeSet attrs, System.Drawing.SizeF? predefinedStyle) : base(context, attrs)
{
}
}
Expand Down

0 comments on commit 859adb3

Please sign in to comment.