Fix compilation
This commit is contained in:
parent
44c8c904cf
commit
1b65e5076a
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ public class WikipediaPlugin extends OsmandPlugin {
|
||||||
}
|
}
|
||||||
int mapsToDownloadCount = DownloadResources.findIndexItemsAt(
|
int mapsToDownloadCount = DownloadResources.findIndexItemsAt(
|
||||||
app, mapActivity.getMapLocation(), DownloadActivityType.WIKIPEDIA_FILE,
|
app, mapActivity.getMapLocation(), DownloadActivityType.WIKIPEDIA_FILE,
|
||||||
false, 1).size();
|
false, 1, false).size();
|
||||||
return mapsToDownloadCount > 0;
|
return mapsToDownloadCount > 0;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue