Revert "[Tizen] Use broken image when animated image loading is failed."
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Jun 2021 10:35:16 +0000 (19:35 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Jun 2021 10:35:16 +0000 (19:35 +0900)
This reverts commit 40e0485f9d7b9afe84e0370893454bf9bf5eacb9.

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)