add comment

This commit is contained in:
sonora 2016-06-10 17:34:27 +02:00
parent d6d02c0caa
commit c421d984ed

View file

@ -188,6 +188,7 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
@Override
protected void onDestroy() {
// Issue 2657
super.onDestroy();
if (!(currentSearchTask == null || currentSearchTask.getStatus() == Status.FINISHED)) {
stopSearching = true;