Reduce number of false positives cases with download button
This commit is contained in:
parent
0e2545194d
commit
050b48274b
1 changed files with 2 additions and 0 deletions
|
@ -476,6 +476,7 @@ public class MapRenderRepositories {
|
||||||
try {
|
try {
|
||||||
c.searchMapIndex(searchRequest);
|
c.searchMapIndex(searchRequest);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
// lots of FalsePositive cases
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!empty[0]) {
|
if (!empty[0]) {
|
||||||
|
@ -488,6 +489,7 @@ public class MapRenderRepositories {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
// lots of FalsePositive cases
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue