Modified to send valid sync_mode 68/231568/1
authorInHong Han <inhong1.han@samsung.com>
Wed, 22 Apr 2020 11:46:23 +0000 (20:46 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 22 Apr 2020 11:46:23 +0000 (20:46 +0900)
Change-Id: I7afc7da579288e05a91afd595fe1f29aa0d88a7f

receiver/src/ft.cpp

index 2d231d0..723c8f2 100644 (file)
@@ -666,7 +666,7 @@ on_data_received(sap_socket_h socket, unsigned short int channel_id, unsigned in
     json_msgid = json_object_get_string_member(root_obj, "msgId");
     msg_id = string(json_msgid ? json_msgid : "");
     if (msg_id == STICKER_REQUEST_SYNC_REQ) {
-        request_all_sticker_data("auto", "input");
+        request_all_sticker_data("manual", "input");
     } else if (msg_id == STICKER_SYNC_FEATURE_RSP) {
         LOGD("msg : %s", msg_id.c_str());
 #ifdef VCONFKEY_STICKER_SUPPORTED_FEATURE