refactored some code
This commit is contained in:
parent
f76c511e6b
commit
c12f99cef5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public abstract class QuickSearchListFragment extends OsmAndListFragment {
|
|||
dialogFragment.completeQueryWithObject(sr);
|
||||
}
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
}.execute();
|
||||
} else {
|
||||
dialogFragment.completeQueryWithObject(sr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue