You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
I have a spinner(navigation) as custom view on actionbar and a listview to show some doucuments data. when I change navigation(onItemSelected()), it will tigger updateNavigation() to update data source for navigation(notifyDatasetChanged()), and clear the data of listview(notifyDatasetChanged() to show empty view), then it will trigger a runnable to get new data of folder and show a loading dialog, when message return to handler, it will invoke notifyDatasetChanged() for listview to show new data.
But, I got a empty view because it seems getView() is not invoked.
And I tried build-in spinner, it is no this issue.
I met a same issue(#764).
I have a spinner(navigation) as custom view on actionbar and a listview to show some doucuments data. when I change navigation(onItemSelected()), it will tigger updateNavigation() to update data source for navigation(notifyDatasetChanged()), and clear the data of listview(notifyDatasetChanged() to show empty view), then it will trigger a runnable to get new data of folder and show a loading dialog, when message return to handler, it will invoke notifyDatasetChanged() for listview to show new data.
But, I got a empty view because it seems getView() is not invoked.
And I tried build-in spinner, it is no this issue.
Same as http://stackoverflow.com/questions/21282964/notifiydatasetchanged-makes-listview-disappear-until-touch/22411606#22411606
The text was updated successfully, but these errors were encountered: