Merge branch 'tizen_5.0' into tizen_5.5 16/225916/1 accepted/tizen/5.5/unified/20200225.140242 submit/tizen_5.5/20200225.093909
authorPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Tue, 25 Feb 2020 08:22:45 +0000 (09:22 +0100)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Tue, 25 Feb 2020 09:12:04 +0000 (10:12 +0100)
Change-Id: I87da3bb68de8658d2330fe09dcd736acc5d809dd

packaging/webapi-plugins.spec
src/application/application_manager.cc

index 98fbaee..0d4abbc 100644 (file)
@@ -10,7 +10,7 @@
 
 
 Name:       webapi-plugins
-Version:    2.59
+Version:    2.60
 Release:    0
 License:    Apache-2.0 and BSD-3-Clause and MIT
 Group:      Development/Libraries
index ad21859..864639c 100644 (file)
@@ -647,9 +647,8 @@ void ApplicationManager::Launch(const picojson::value& args) {
    * New implementation, using app_control_send_launch_request_async makes only one attempt.
    * If problems, such as failed application start occur, multiple attempts may solve the problem.
    */
-  auto launch_result =
-      TranslateLaunchError(static_cast<app_control_error_e>(app_control_send_resume_request(
-          app_control_ptr.get(), result_callback, launch_user_data)));
+  auto launch_result = TranslateLaunchError(static_cast<app_control_error_e>(
+      app_control_send_resume_request(app_control_ptr.get(), result_callback, launch_user_data)));
 
   if (launch_result.IsError()) {
     delete launch_user_data;