Revert "[Tizen] Use broken image when animated image loading is failed."
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 06:39:11 +0000 (15:39 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 06:39:11 +0000 (15:39 +0900)
This reverts commit 22f637b8471070ef0edefc0e9fb58f2ee007fbaf.

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)