Fix using AUL API 77/152077/1 accepted/tizen/4.0/unified/20170925.151055 submit/tizen_4.0/20170925.050600
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 25 Sep 2017 04:41:43 +0000 (13:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 25 Sep 2017 04:42:46 +0000 (13:42 +0900)
- Uses aul_notify_exit API instead of aul_widget_notify_exit API

Change-Id: I134021cc205cdaa5c870265f2701cf1f3ec002f2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
adaptors/tizen/framework-tizen.cpp

index 044df8e..013435a 100644 (file)
@@ -464,7 +464,7 @@ struct Framework::Impl
     }
 
     appcore_multiwindow_base_exit();
-    aul_widget_notify_exit();
+    aul_notify_exit();
   }
 
   int AppWidgetMain()