From d44fbb965acf61f9e1d137d8ecd069d7eca58d0b Mon Sep 17 00:00:00 2001 From: kamu Date: Sun, 25 Jun 2017 02:57:55 +0900 Subject: [PATCH] Fixed Issue#14 --- AiForms.Effects.Droid/AddCommandPlatformEffect.cs | 1 + nuget/AiEffects_mac.nuspec | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/AiForms.Effects.Droid/AddCommandPlatformEffect.cs b/AiForms.Effects.Droid/AddCommandPlatformEffect.cs index ca856ea..21c2feb 100644 --- a/AiForms.Effects.Droid/AddCommandPlatformEffect.cs +++ b/AiForms.Effects.Droid/AddCommandPlatformEffect.cs @@ -123,6 +123,7 @@ protected override void OnDetached() _layer = null; _ripple?.Dispose(); _ripple = null; + _useRipple = false; } protected override void OnElementPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) diff --git a/nuget/AiEffects_mac.nuspec b/nuget/AiEffects_mac.nuspec index 5410b4c..fb4f00f 100644 --- a/nuget/AiEffects_mac.nuspec +++ b/nuget/AiEffects_mac.nuspec @@ -2,7 +2,7 @@ AiForms.Effects - 0.2.2 + 0.2.3 AiForms.Effects for Xamarin.Forms kamu kamu @@ -12,12 +12,9 @@ Xamarin.Forms Effects(add Text/add Command/NumberPicker to a view,alter LineHeight of Label and Editor/Button to flat) for iOS/Android - ## Enhancements - - [AddCommand] Add EnableSound Property (PullRequests#10) - * system sound on/off. - [AddCommand] Add SyncCanExecute Property (Issues#9) - * synchronize Command's CanExecute to Xamarin.Forms.View's IsEnabled. +## BugFix + +[AddCommand](Android) Not working ripple effect when attached again after detached.(Issue#14) Xamarin.Forms Effects Command NumberPikcer LineHeight LineSpacing FlatButton Validation SoundEffect en-US