Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

所选择的条目返回数据不对 #5

Open
zcc2 opened this issue Apr 26, 2019 · 0 comments
Open

所选择的条目返回数据不对 #5

zcc2 opened this issue Apr 26, 2019 · 0 comments

Comments

@zcc2
Copy link

zcc2 commented Apr 26, 2019

//ListView的点击事件
sortListView.setOnItemClickListener(new AdapterView.OnItemClickListener() {

        @Override
        public void onItemClick(AdapterView<?> parent, View view, int position, long id) {

            String city = ((CitySortModel) adapter.getItem(position - 2)).getName();
            SentDataForResult(city);
        }
    });

position - 1改成position - 2才对 因为添加了两个head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant