fixed bug
authorChulheon <ch.jeong47@samsung.com>
Mon, 3 Jun 2013 06:29:13 +0000 (15:29 +0900)
committerChulheon <ch.jeong47@samsung.com>
Mon, 3 Jun 2013 06:29:13 +0000 (15:29 +0900)
Change-Id: I9f9c158f056faa23405b4aca491b54861d111af2

src/ui/controls/FUiCtrl_SearchBar.cpp

index 6434ec0..4f5c3f7 100644 (file)
@@ -1662,6 +1662,8 @@ _SearchBar::OnKeypadClosed(void)
                __pKeypadEvent->Fire(*pEventArg);
        }
 
+       __isKeypadOpening = false;
+
        SetContentsArea();
        return;
 }