bug: 3446590
Change-Id: Iea5bd8f63f3322496b5d68539f0215d5d01e68d1
main
Ken Wakasa 2011-02-14 23:55:16 +09:00
parent 195e0f715f
commit b1e05d6638
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class UserDictionary extends ExpandableDictionary {
private void addWords(Cursor cursor) {
clearDictionary();
if (cursor == null) return;
final int maxWordLength = getMaxWordLength();
if (cursor.moveToFirst()) {
final int indexWord = cursor.getColumnIndex(Words.WORD);