Fixing getAllUsers again

This commit is contained in:
Mary Tran 2018-10-22 14:23:01 -04:00
parent 8e4c7c7a8e
commit f1dd30d7bb
2 changed files with 6 additions and 1 deletions

View file

@ -230,6 +230,7 @@ public class DBHelper extends SQLiteOpenHelper {
user[j] = cursor.getString(j);
}
listOfUsers.add(user);
cursor.moveToNext();
}
}
cursor.close();