Change keypad hide log error in FullScreenkeypad
authorTaejun <tj.twt.park@samsung.com>
Sun, 24 Mar 2013 10:57:53 +0000 (19:57 +0900)
committerTaejun <tj.twt.park@samsung.com>
Sun, 24 Mar 2013 10:57:53 +0000 (19:57 +0900)
Change-Id: Ie806dd7486cdc437e9d587ea2f4798e355b27835

src/ui/controls/FUiCtrl_Keypad.cpp

index 2e17103..400ceca 100644 (file)
@@ -769,6 +769,8 @@ _Keypad::OnKeypadOpened(void)
 void
 _Keypad::OnKeypadClosed(void)
 {
+       __isPredictionWindowOpendInUSBMode = false;
+
        ChangeLayoutInternal();
 
        return;