For NSE_45763
[apps/osp/Gallery.git] / src / GlTimerBase.cpp
index 4fecce7..5891c6e 100644 (file)
@@ -108,12 +108,6 @@ GlTimerBase::OnTimerExpired(Timer& timer)
                        if (__pContentIdList->GetAt(__moveToCount) != null)
                        {
                                result r = TimerExpired(__pContentIdList->GetAt(__moveToCount));
-                               if (IsFailed(r))
-                               {
-                                       AppLogDebug("OnTimerExpired EXIT(%s)", GetErrorMessage(r));
-                                       OnOpCancelled(CANCEL_SYS_ERROR);
-                                       return;
-                               }
                        }
                        ++__moveToCount;
                        __pMoveProBar->IncProgress(__moveToCount);