From d820c96713094f1d9c9ad0278f9055bdfc71b313 Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Tue, 1 Aug 2017 09:41:13 +0900 Subject: [PATCH] Modify the operation of app control for prediction hint Change-Id: I2bbc82e6aae5d37a2339bf7e294c6880af5ff989 Signed-off-by: sungwook79.park --- src/w-input-smartreply.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w-input-smartreply.cpp b/src/w-input-smartreply.cpp index aae5a0e..3a0624a 100644 --- a/src/w-input-smartreply.cpp +++ b/src/w-input-smartreply.cpp @@ -147,10 +147,10 @@ bool input_smartreply_init(app_control_h app_control) */ ret = app_control_get_extra_data(app_control, - "template_context", &message); + APP_CONTROL_DATA_INPUT_PREDICTION_HINT, &message); if (ret != APP_CONTROL_ERROR_NONE) { - PRINTFUNC(DLOG_WARN, "Can not get template_context %d", ret); + PRINTFUNC(DLOG_WARN, "Can not get APP_CONTROL_DATA_INPUT_PREDICTION_HINT %d", ret); return false; } -- 2.7.4