Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用了几个片段。
在第一个上,我有微调器,它不在焦点上。我使用requestFocus()方法并onItemSelected执行结果。
requestFocus()
onItemSelected
在对所有片段执行逻辑之后,我回到现在关注的第一个片段。我执行requestFocus()但什么也没发生。onItemSelected()不执行。
onItemSelected()
怎么打onItemSelected()第二次?
我以前尝试过使用clearFocus(),requestFocus()但没有帮助。
clearFocus()