[Gallery] Hot-fix. Fixed non working more option in Thumbnail Page. 06/134106/1
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 14 Jun 2017 14:35:23 +0000 (17:35 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Wed, 14 Jun 2017 14:35:23 +0000 (17:35 +0300)
Change-Id: Ib2c768ff5eb91361d10f6c47ac75c8efc84c63c2

src/presenters/ThumbnailPage.cpp

index 4d96ab69d2909c13eda977b62c67a3facf92a4cf..65e51f34006329c73dc3580586b42259e7d5388f 100644 (file)
@@ -217,6 +217,8 @@ namespace gallery {
                m_album->addChangeHandler(WEAK_DELEGATE(
                                ThumbnailPage::onAlbumChanged, asWeak(*this)));
 
+               m_more->setListener(asWeakThis<MoreOptionsPresenter::IListener>(this));
+
                m_atspiHelper->setEventHandler(WEAK_DELEGATE(
                                ThumbnailPage::onAtspiHighlight, asWeak(*this)));