libaurum: change delay time between key down and key up
[platform/core/uifw/aurum.git] / libaurum / src / UiDevice.cc
index bafa6d7..15ab27f 100644 (file)
@@ -261,7 +261,6 @@ bool UiDevice::pressPower(KeyRequestType type)
 bool UiDevice::pressKeyCode(std::string keycode, KeyRequestType type)
 {
     bool result =  mDeviceImpl->pressKeyCode(keycode, type);
-    waitForIdle();
     return result;
 }