Loading src/com/android/inputmethod/latin/ContactsDictionary.java +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,9 @@ public class ContactsDictionary extends ExpandableDictionary { private synchronized void loadDictionary() { Cursor cursor = getContext().getContentResolver() .query(People.CONTENT_URI, PROJECTION, null, null, null); if (cursor != null) { addWords(cursor); } mRequiresReload = false; } Loading Loading
src/com/android/inputmethod/latin/ContactsDictionary.java +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,9 @@ public class ContactsDictionary extends ExpandableDictionary { private synchronized void loadDictionary() { Cursor cursor = getContext().getContentResolver() .query(People.CONTENT_URI, PROJECTION, null, null, null); if (cursor != null) { addWords(cursor); } mRequiresReload = false; } Loading