refactored some code

This commit is contained in:
Chumva 2018-03-23 16:56:14 +02:00
parent f76c511e6b
commit c12f99cef5

View file

@ -127,7 +127,7 @@ public abstract class QuickSearchListFragment extends OsmAndListFragment {
dialogFragment.completeQueryWithObject(sr);
}
}
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}.execute();
} else {
dialogFragment.completeQueryWithObject(sr);
}