small fix

This commit is contained in:
Nazar-Kutz 2020-06-30 18:16:25 +03:00
parent 352c038ee9
commit f42a81c74f

View file

@ -2327,7 +2327,9 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
@Override
public void newDownloadIndexes() {
hideProgressBar();
if (!searching) {
hideProgressBar();
}
OsmandPlugin.onNewDownloadIndexes(this);
}