Merge branch 'tizen_5.5' into tizen 00/244700/1
authorPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Wed, 23 Sep 2020 08:37:15 +0000 (10:37 +0200)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Wed, 23 Sep 2020 08:37:15 +0000 (10:37 +0200)
Change-Id: I8883a87450ef33eb55f363ce3841dc8a9861657e

1  2 
packaging/webapi-plugins.spec
src/humanactivitymonitor/gesture_manager.cc
src/mediacontroller/mediacontroller_client.cc

@@@ -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
@@@ -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)));