45979
[apps/osp/Gallery.git] / src / GlContentUpdateEventListener.cpp
index ec3931c..818f175 100644 (file)
@@ -225,7 +225,11 @@ ContentUpdateEventListener::OnContentDirectoryScanCompleted(const Tizen::Base::S
        }
        else
        {
-               __changeNotificationReceived = true;
+               bool renameHandled = AlbumListPresentationModel::GetInstance()->OnContentScanCompleted(directoryPath);
+               if (!renameHandled)
+               {
+                       __changeNotificationReceived = true;
+               }
        }\r
 
        AppLogDebug("EXIT");