Fixed TSAM-9261 Keyboard is flashing 24/93724/1
authorAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Tue, 25 Oct 2016 11:35:50 +0000 (14:35 +0300)
committerAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Tue, 25 Oct 2016 11:35:50 +0000 (14:35 +0300)
Change-Id: I8524a546bd399379d09c161d527c89ff3a9e6c35
Signed-off-by: Aleksandr Sapozhnik <a.sapozhnik@samsung.com>
lib-contacts/src/Contacts/List/ListView.cpp

index 848586a..06f3e5a 100644 (file)
@@ -187,9 +187,8 @@ void ListView::onNavigation(bool isCurrent)
 {
        updateAddButton();
        setUpdateEnabled(isCurrent);
-       if (isCurrent) {
-               elm_object_focus_set(m_SearchField->getEntry(), EINA_FALSE);
-       }
+
+       elm_object_focus_set(m_ListLayout, EINA_TRUE);
 }
 
 bool ListView::onBackPressed()