How to completely collapse a SearchView after an item selected?

后端 未结 10 1910
萌比男神i
萌比男神i 2021-01-31 17:35

I\'ve been struggling with this for weeks.. I have a global search that offers up a custom listview with suggestions as a user types. When a user selects an option, I want the s

10条回答
  •  孤城傲影
    2021-01-31 17:44

    Found it. The call should be _searchView.onActionViewCollapsed(). Why on earth you call a "listener" style method (ie, one that begins with 'on') is beyond me.

提交回复
热议问题