Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b8482c3c85
1 changed files with 3 additions and 0 deletions
|
@ -220,11 +220,14 @@ public class SearchTransportFragment extends SherlockFragment implements SearchA
|
|||
}
|
||||
@Override
|
||||
protected void onPostExecute(List<RouteInfoLocation> result) {
|
||||
// isAdded here tries to fix FC when rapidly changing screen orientation
|
||||
if (isAdded()) {
|
||||
stopsAdapter.setNewModel(result);
|
||||
updateSearchMoreButton();
|
||||
searchArea.setText(getSearchArea());
|
||||
progress.setVisibility(View.INVISIBLE);
|
||||
asyncTask = null;
|
||||
}
|
||||
}
|
||||
};
|
||||
asyncTask = current;
|
||||
|
|
Loading…
Reference in a new issue