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

执行两次会崩溃 #19

Open
wytiger opened this issue Nov 16, 2016 · 5 comments
Open

执行两次会崩溃 #19

wytiger opened this issue Nov 16, 2016 · 5 comments

Comments

@wytiger
Copy link

wytiger commented Nov 16, 2016

new AlertDialog.Builder(this)
.setTitle(R.string.select_education)
.setView(outerView)
.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
@OverRide
public void onClick(DialogInterface dialog, int which) {
tvEducationValue.setText(wv.getSeletedItem());
}
})
.show();

@AndrewWang1993
Copy link

第一次加载的内容要清空

@wytiger
Copy link
Author

wytiger commented Dec 19, 2016

可以修复一下这个bug吗

@AndrewWang1993
Copy link

@wytiger 还是换别的轮子吧,找个显示效率太低

@feng88724
Copy link

可以看看这个轮子,https://github.com/Bigkoo/Android-PickerView

@fmliqi
Copy link

fmliqi commented Oct 18, 2019

这个library没有办法回收控件,初始化加载了所有的view, 如果太多了会有风险吧!

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

4 participants