Fix and add domains in GoTo screen

This commit is contained in:
Gabriel Calero 2018-03-23 18:50:06 -03:00
parent 8558759d41
commit 0afdb674dc

View file

@ -37,8 +37,9 @@ public class DomainAdapter extends RecyclerView.Adapter<DomainAdapter.ViewHolder
// references to our domains
private Domain[] mDomains = {
new Domain("Dev-master-mobile", "hifi://Dev-master-mobile", 0),
new Domain("Pikachu", "hifi://pikachu", 0),
new Domain("dev-master-mobile", "hifi://dev-mobile-master", 0),
new Domain("dev-mobile", "hifi://dev-mobile", 0),
new Domain("dev-welcome", "hifi://dev-welcome", 0),
};
@Override