Fixing getAllUsers again
This commit is contained in:
parent
f12d7aa693
commit
8c35832b28
2 changed files with 6 additions and 1 deletions
|
@ -230,6 +230,7 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
user[j] = cursor.getString(j);
|
||||
}
|
||||
listOfUsers.add(user);
|
||||
cursor.moveToNext();
|
||||
}
|
||||
}
|
||||
cursor.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue