mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 19:22:39 +02:00
Fix and add domains in GoTo screen
This commit is contained in:
parent
8558759d41
commit
0afdb674dc
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue