Additional hack for bug:4311428, a follow up for Ieade33d7.

Change-Id: If1799a6fa3b2f45c98c9f3aeb88845f1fb08f09b
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 5c0b38c..836c55a 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -115,7 +115,7 @@
 
     private static final int SCREEN_ORIENTATION_CHANGE_DETECTION_DELAY = 2;
     private static final int ACCUMULATE_START_INPUT_VIEW_DELAY = 20;
-    private static final int RESTORE_KEYBOARD_STATE_DELAY = 300;
+    private static final int RESTORE_KEYBOARD_STATE_DELAY = 500;
 
     /**
      * The name of the scheme used by the Package Manager to warn of a new package installation,