From 944923f26660959bfc347c55b66f40de924d3068 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 29 May 2014 15:43:40 +0900 Subject: Fix: too many calls to getSuggestedWordsForTypingInput This reverts commit d941ea18 and builds on it to fix the behavior of the broken cases. It also fixes a small, related bug that probably has existed for a very long time: predictions not displayed when cancelling double-space-to-period. Bug: 15148015 Change-Id: I1f9358f8b6f5804f831643611576be347e83999d --- java/src/com/android/inputmethod/latin/Suggest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'java/src/com/android/inputmethod/latin/Suggest.java') diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index 9ec697b5e..6c2f17cdd 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -18,7 +18,6 @@ package com.android.inputmethod.latin; import android.text.TextUtils; -import com.android.inputmethod.event.Event; import com.android.inputmethod.keyboard.ProximityInfo; import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo; import com.android.inputmethod.latin.define.ProductionFlag; -- cgit v1.2.3-83-g751a