[Tizen] Restore Uploaded signal for BufferImage and ResourceImage
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:33:27 +0000 (01:33 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:33:27 +0000 (01:33 +0900)
This reverts commit 63f4b2a1698e9b6995e381bb2ff348859086001e.

Change-Id: If3ca2dddd38121ca21d9a051eb241b7974c24ff1

dali/internal/event/images/resource-image-impl.cpp

index a91bed6..22ac465 100644 (file)
@@ -137,6 +137,7 @@ void ResourceImage::Reload()
     mLoadingState = Dali::ResourceLoadingFailed;
   }
 
+  UploadedSignal().Emit( Dali::Image( this ) );
   mLoadingFinished.Emit( Dali::ResourceImage( this ) );
 }