From: Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics Date: Wed, 23 Sep 2020 08:37:15 +0000 (+0200) Subject: Merge branch 'tizen_5.5' into tizen X-Git-Tag: submit/tizen/20200923.101308~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ffc34eee521d7f58862eab21cc9f7f8c52b739c;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Merge branch 'tizen_5.5' into tizen Change-Id: I8883a87450ef33eb55f363ce3841dc8a9861657e --- 8ffc34eee521d7f58862eab21cc9f7f8c52b739c diff --cc packaging/webapi-plugins.spec index 1d62f3f5,fc7a709e..1e87c961 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@@ -10,7 -10,7 +10,7 @@@ Name: webapi-plugins - Version: 2.73 -Version: 2.67 ++Version: 2.74 Release: 0 License: Apache-2.0 and BSD-3-Clause and MIT Group: Development/Libraries diff --cc src/humanactivitymonitor/gesture_manager.cc index a68076c7,81737a70..37226bc1 --- a/src/humanactivitymonitor/gesture_manager.cc +++ b/src/humanactivitymonitor/gesture_manager.cc @@@ -226,9 -222,8 +226,9 @@@ PlatformResult GestureManager::IsSuppor return result; } + // gesture_is_supported is deprecated since 6.0 int ret = gesture_is_supported(type_e, is_supported); - if (GESTURE_ERROR_NONE != ret) { + if (GESTURE_ERROR_NONE != ret && GESTURE_ERROR_NOT_SUPPORTED != ret) { return LogAndCreateResult( getErrorCode(ret), "Checking gesture failed", ("Checking gesture failed, error: %d (%s)", ret, get_error_message(ret)));