From: hyunho Date: Wed, 8 Jul 2020 06:34:38 +0000 (+0900) Subject: [ITC][watchface-complication][Non-ACR][Fix wrong loop exit logic] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee5817a7b7c57858c7c94a0396618f317ca6e68;p=test%2Ftct%2Fnative%2Fapi.git [ITC][watchface-complication][Non-ACR][Fix wrong loop exit logic] Change-Id: I8816820c9b8323235f8bb65065ecbf04f9da6589 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; }