mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix NPE
bug: 3446590 Change-Id: Iea5bd8f63f3322496b5d68539f0215d5d01e68d1
This commit is contained in:
parent
195e0f715f
commit
b1e05d6638
@ -138,7 +138,7 @@ public class UserDictionary extends ExpandableDictionary {
|
|||||||
|
|
||||||
private void addWords(Cursor cursor) {
|
private void addWords(Cursor cursor) {
|
||||||
clearDictionary();
|
clearDictionary();
|
||||||
|
if (cursor == null) return;
|
||||||
final int maxWordLength = getMaxWordLength();
|
final int maxWordLength = getMaxWordLength();
|
||||||
if (cursor.moveToFirst()) {
|
if (cursor.moveToFirst()) {
|
||||||
final int indexWord = cursor.getColumnIndex(Words.WORD);
|
final int indexWord = cursor.getColumnIndex(Words.WORD);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user