From f6a8969c81a65a2886ba1c42a62bcf5dedfdb7de Mon Sep 17 00:00:00 2001 From: "minho.sun" Date: Tue, 1 Aug 2017 10:18:31 +0900 Subject: [PATCH] Revert "[Tizen] to avoid native crash" This reverts commit 54d9951400d342e96e881778b8caff796d1d6731. Change-Id: I7b0d7f9aadf4abaf8babd4a953f6cf58f44ba2ef --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/Tizen.NUI.csproj | 2 +- src/Tizen.NUI/src/public/FocusManager.cs | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index e5436f9..c59f6d7 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -5,7 +5,7 @@ Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause and MIT URL: https://www.tizen.org -Source0: %{name}-%{version}-pre1.tar.gz +Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest AutoReqProv: no diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index a652f40..63d87d8 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.49-pre1 + 0.2.49 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved diff --git a/src/Tizen.NUI/src/public/FocusManager.cs b/src/Tizen.NUI/src/public/FocusManager.cs index c528820..8eb6116 100755 --- a/src/Tizen.NUI/src/public/FocusManager.cs +++ b/src/Tizen.NUI/src/public/FocusManager.cs @@ -444,11 +444,6 @@ namespace Tizen.NUI /// Whether the focus is successful or not public bool SetCurrentFocusView(View view) { - if(view == null) - { - throw new ArgumentNullException("the target view should not be null"); - } - bool ret = NDalicManualPINVOKE.FocusManager_SetCurrentFocusActor(swigCPtr, View.getCPtr(view)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; -- 2.7.4