Revert "[Tizen] Use broken image when animated image loading is failed."
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 23 Jun 2021 08:03:45 +0000 (17:03 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 23 Jun 2021 08:03:45 +0000 (17:03 +0900)
This reverts commit ca2c0071974f1644b0b2bb7f7aecd4eab718bdf2.

dali/internal/imaging/common/gif-loading.cpp

index 1b195b9..a142447 100644 (file)
@@ -1282,10 +1282,6 @@ bool GifLoading::LoadNextNFrames(uint32_t frameStartIndex, int count, std::vecto
 {
   int  error;
   bool ret = false;
-  if(!mImpl->mLoadSucceeded)
-  {
-    return false;
-  }
 
   Mutex::ScopedLock lock(mImpl->mMutex);
   if(!mImpl->mLoadSucceeded)