Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 14 Jul 2020 09:54:30 +0000 (18:54 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 14 Jul 2020 09:54:30 +0000 (18:54 +0900)
This reverts commit a21d7401ca0cb826b788256117faa9f7423713e2.

dali-toolkit/internal/controls/image-view/image-view-impl.cpp
dali-toolkit/internal/controls/image-view/image-view-impl.h

index c07355a1b58853830f048403858410c28557fbcb..984312826d27d3662e6f24cc91ffeb5bca37fc43 100755 (executable)
@@ -237,22 +237,6 @@ void ImageView::SetDepthIndex( int depthIndex )
   }
 }
 
-void ImageView::OnStageConnection( int depth )
-{
-  if( mImage )
-  {
-    mImage.UploadedSignal().Emit( mImage );
-  }
-
-  Dali::ResourceImage resourceImage = Dali::ResourceImage::DownCast( mImage );
-  if( resourceImage )
-  {
-    resourceImage.LoadingFinishedSignal().Emit( resourceImage );
-  }
-
-  Control::OnStageConnection( depth ); // Enabled visuals will be put on stage
-}
-
 Vector3 ImageView::GetNaturalSize()
 {
   if( mVisual )
index 0a8fbd8648af9287db4293daa70b83d2b35f0dd0..382feb8734f25185e6877c96411bebf1b87fa568 100644 (file)
@@ -127,11 +127,6 @@ private: // From Control
    */
   void OnInitialize();
 
-  /**
-   * @copydoc CustomActorImpl::OnStageConnection()
-   */
-  virtual void OnStageConnection( int depth );
-
   /**
    * @copydoc Toolkit::Control::GetNaturalSize
    */