From: kyeongwoo.lee Date: Sat, 4 May 2013 10:22:48 +0000 (+0900) Subject: updated _ServiceAppImpl::OnTimerExpired() X-Git-Tag: submit/tizen_2.1/20130514.054102~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff200dfb40d5b7750615318e6f9bf47ee2784f3c;p=platform%2Fframework%2Fnative%2Fappfw.git updated _ServiceAppImpl::OnTimerExpired() Change-Id: Ifdea5c721456925d5b9a30f84dd1be51305e4a63 --- diff --git a/src/app/FApp_ServiceAppImpl.cpp b/src/app/FApp_ServiceAppImpl.cpp index cf024e3..eddb2c0 100644 --- a/src/app/FApp_ServiceAppImpl.cpp +++ b/src/app/FApp_ServiceAppImpl.cpp @@ -319,7 +319,7 @@ _ServiceAppImpl::OnTimerExpired(Timer& timer) SysLog(NID_APP, "Life duration timer is expired, so terminating the application."); timer.Cancel(); - if( __pAppTerminatingInternalEventListener || __lifeDuration != 1800000) //Fixme: Remove this workaround code after all LifeDuration value of pre-loaded apps are fixed. + if( __pAppTerminatingInternalEventListener) //Fixme: Remove this workaround code after all LifeDuration value of pre-loaded apps are fixed. { App::GetInstance()->Terminate(); }