Revert "[Tizen] Use broken image when animated image loading is failed."
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 1 Jun 2021 01:04:03 +0000 (10:04 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 1 Jun 2021 07:15:40 +0000 (16:15 +0900)
This reverts commit 89545d87f0f8a4a72ba94f92080d690907e1c81d.

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)