LatinIME/java/src/com/android/inputmethod
Jean Chalard 7ad088a4cf Remove useless code (A42)
If allowsAutoCorrected is false, there is no point in making
hasAutoCorrection true, since in the only place where we use
it again, it's &&'ed with allowsAutoCorrected !

Well that was extremely obscure, good thing refactoring allowed
to realize this was useless >.>

Change-Id: I34936d445f1ced17c7bd04a9524bf608f9e8b9c8
2012-07-02 15:46:08 +09:00
..
accessibility Use SparseArray<E> instead of HashMap<Integer,E> 2012-06-29 17:56:31 +09:00
compat Do not set "SuggestionSpan"s for suggestions from the next word predicition 2012-05-15 12:08:31 +09:00
keyboard Use SparseArray<E> instead of HashMap<Integer,E> 2012-06-29 17:56:31 +09:00
latin Remove useless code (A42) 2012-07-02 15:46:08 +09:00