Change-Id: I569ea947646588105b5bf0cc7f987656f6e754cb
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
Name: capi-network-ua
Summary: User Awareness Framework CAPI
-Version: 0.9.1
+Version: 0.9.2
Release: 1
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
/* LCOV_EXCL_STOP */
}
- if (!monitor->presence_detection_started)
- __ua_stop_monitoring(monitor->sensor_bitmask, monitor->service, UA_PRESENCE_DETECTION);
+ if (monitor->internal_presence_started)
+ if (!monitor->presence_detection_started)
+ __ua_stop_monitoring(monitor->sensor_bitmask, monitor->service, UA_PRESENCE_DETECTION);
if (monitor->absence_mode == UA_DETECT_MODE_ALL_SENSOR)
__ua_monitor_internal_presence_unref(monitor);