Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Dec 15, 2017
1 parent 5ee6edc commit 8a4f974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions source/FFImageLoading.Forms/CachedImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ namespace FFImageLoading.Forms
/// </summary>
public class CachedImage : View
{
//TODO It's a breaking change, so change it in major version
public static bool FixedOnMeasureBehavior { get; set; } = false;

public static bool FixedOnMeasureBehavior { get; set; } = true;
public static bool FixedAndroidMotionEventHandler { get; set; } = true;

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion source/Xamarin.FFImageLoading.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Features:
<dependencies>

<group targetFramework="Xamarin.iOS10">
<dependency id="WebP.Touch" version="1.0.6" />
<dependency id="WebP.Touch" version="1.0.7" />
</group>

<group targetFramework="MonoAndroid10">
Expand Down

0 comments on commit 8a4f974

Please sign in to comment.