accidentally changed to many things
This commit is contained in:
parent
fece5c7758
commit
f0b25cb4da
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ public class UsersList extends AppCompatActivity {
|
|||
List<String[]> users = dbHelper.getAllUsers();
|
||||
String[] usernames = new String[(users.size()+1)*2];
|
||||
usernames[0] = "Username";
|
||||
usernames[1] = "HomeOwner Type";
|
||||
usernames[1] = "User Type";
|
||||
Iterator iter = users.iterator();
|
||||
for (int i=0; i<users.size();i++){
|
||||
String[] current = (String[])iter.next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue