From: hyunho Date: Wed, 9 Sep 2020 02:48:42 +0000 (+0900) Subject: [ITC][watchface-complication][Non-ACR][Fix wrong implementation] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74793eab6989f77c10f11d5c66b6ea1d2d0086f3;p=test%2Ftct%2Fnative%2Fapi.git [ITC][watchface-complication][Non-ACR][Fix wrong implementation] Change-Id: I206d1fe42e12ee20a7ccac5b0c66f313c34035ef Signed-off-by: hyunho --- diff --git a/src/itc/watchface-complication/ITs-watchface-complication-editable.c b/src/itc/watchface-complication/ITs-watchface-complication-editable.c index c76af8c08..6e7af6e8f 100755 --- a/src/itc/watchface-complication/ITs-watchface-complication-editable.c +++ b/src/itc/watchface-complication/ITs-watchface-complication-editable.c @@ -509,8 +509,8 @@ static void LoadCurrentDataUpdateRequestedCb(const watchface_editable_h hHandle, CALLBACK_CHECK_HANDLE_EXIT(pszCurrentData, "watchface_editable_load_current_data"); FREE_MEMORY(pszCurrentData); g_bCallBackHit = true; + QuitGmainLoop(); } - QuitGmainLoop(); return; }