Skip to content

Commit 859adb3

Browse files
Obsoleted some CachedImageView constructors (typo)
1 parent 9946267 commit 859adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FFImageLoading.Forms.Droid/CachedImageView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public CachedImageView(Context context, System.Drawing.SizeF? predefinedStyle) :
2626
}
2727

2828
[Obsolete]
29-
public CachedImageView(Context context, IAttributeSet attrs, System.Drawing.SizeF? predefinedStyle) : base(context)
29+
public CachedImageView(Context context, IAttributeSet attrs, System.Drawing.SizeF? predefinedStyle) : base(context, attrs)
3030
{
3131
}
3232
}

0 commit comments

Comments
 (0)