Revert "[Tizen] to avoid native crash" 74/144074/1
authorminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:48:42 +0000 (16:48 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:48:44 +0000 (16:48 +0900)
This reverts commit 40fef3021f13e9300998270298fe85adceeafbbf.

Change-Id: I37e6bfc19abdc84797215497de09acae4b4cf2ce

Tizen.NUI/Tizen.NUI.csproj
Tizen.NUI/src/public/FocusManager.cs
packaging/csapi-nui.spec

index 1ba9baf..99e5b91 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">\r
 \r
   <PropertyGroup>\r
-    <Version>0.2.49-pre1</Version>\r
+    <Version>0.2.48-pre1</Version>\r
     <Authors>Samsung Electronics</Authors>\r
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>\r
     <Description>\r
index c528820..8eb6116 100755 (executable)
@@ -444,11 +444,6 @@ namespace Tizen.NUI
         /// <returns>Whether the focus is successful or not</returns>
         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;
index 3a6e032..3f444eb 100755 (executable)
@@ -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