[Tizen][Temporary Fix] Restore to call InputMethodContext::Finalize() submit/tizen/20181113.092512 submit/tizen_5.0/20181113.091922
authorSunghyun kim <scholb.kim@samsung.com>
Tue, 13 Nov 2018 07:32:01 +0000 (16:32 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Tue, 13 Nov 2018 07:32:07 +0000 (16:32 +0900)
This reverts commit dfac6ce58adbc6598214a106a7e25a7f7c2edc48.

Change-Id: Icacf2d08b91b1b07ad9016969e947c53170751e6

dali-csharp-binder/src/input-method-context.cpp

index ddcd31c..abb2e3f 100755 (executable)
@@ -460,14 +460,12 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_InputMethodContext_CallbackData(v
 }
 
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_Finalize(void * jarg1) {
-  //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted.
-  //Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ;
+  Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ;
 
-  //arg1 = (Dali::InputMethodContext *)jarg1;
+  arg1 = (Dali::InputMethodContext *)jarg1;
   {
     try {
-      //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted.
-      //(arg1)->Finalize();
+      (arg1)->Finalize();
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;