From fe3f14bd2e3397d755430591dedcaefb08e629e2 Mon Sep 17 00:00:00 2001 From: "sung-su.kim" Date: Fri, 24 Mar 2017 13:28:57 +0900 Subject: [PATCH] Update version with bug fix Change-Id: Ifeca2dd16ff85558c1e4c21096fc8f3d219a102d --- .../FloatingButtonImplementation.cs | 8 +------- packaging/xamarin-forms-extension.spec | 5 +++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Tizen.Xamarin.Forms.Extension.Renderer/FloatingButtonImplementation.cs b/Tizen.Xamarin.Forms.Extension.Renderer/FloatingButtonImplementation.cs index abcde28..a359c9b 100644 --- a/Tizen.Xamarin.Forms.Extension.Renderer/FloatingButtonImplementation.cs +++ b/Tizen.Xamarin.Forms.Extension.Renderer/FloatingButtonImplementation.cs @@ -96,7 +96,7 @@ namespace Tizen.Xamarin.Forms.Extension { if (_movablePosition != FloatingButtonMovablePosition.None) { - UpdatePosition(animated); + _control.SetPosition((EFloatingButtonPosition)position, animated); } } @@ -174,12 +174,6 @@ namespace Tizen.Xamarin.Forms.Extension } } - void UpdatePosition(bool animated) - { - if (MovablePosition != FloatingButtonMovablePosition.None) - _control.SetPosition((EFloatingButtonPosition)Position, animated); - } - void UpdateButton(FloatingButtonItemPosition position) { switch (position) diff --git a/packaging/xamarin-forms-extension.spec b/packaging/xamarin-forms-extension.spec index 64a8773..21336e4 100644 --- a/packaging/xamarin-forms-extension.spec +++ b/packaging/xamarin-forms-extension.spec @@ -1,7 +1,8 @@ %define XF_VERSION 2.3.4 +%define XF_RELEASE 214 # Increase this XF_TIZEN_VERSION when any public APIs are changed. -%define XF_TIZEN_VERSION r192-003 +%define XF_DEV_VERSION 001 Name: xamarin-forms-extension Summary: Tizen Extensions for Xamarin.Forms @@ -12,7 +13,7 @@ Group: Graphics & UI Framework/Libraries Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest -%define NUPKG_VERSION %{XF_VERSION}-%{XF_TIZEN_VERSION} +%define NUPKG_VERSION %{XF_VERSION}-r%{XF_RELEASE}-%{XF_DEV_VERSION} AutoReqProv: no ExcludeArch: aarch64 -- 2.7.4