pass parent
This commit is contained in:
parent
930ca5de9f
commit
809af7d763
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class PassAdapter extends BaseAdapter {
|
|||
@Override
|
||||
public View getView(int position, View convertView, ViewGroup parent) {
|
||||
|
||||
View res = passListActivity.getLayoutInflater().inflate(R.layout.pass_list_item, null);
|
||||
View res = passListActivity.getLayoutInflater().inflate(R.layout.pass_list_item, parent, false);
|
||||
|
||||
PassVisualizer.visualize(passListActivity, App.getPassStore().getPassbookAt(position), res);
|
||||
|
||||
|
|
Loading…
Reference in a new issue