Bugfixes (Crash on startup) - clean up - #6332
This commit is contained in:
parent
2d9fbc9ad6
commit
5c94138b93
1 changed files with 0 additions and 1 deletions
|
@ -899,7 +899,6 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo
|
||||||
}
|
}
|
||||||
|
|
||||||
private void restoreCustomMapRatio() {
|
private void restoreCustomMapRatio() {
|
||||||
//do we need this? setCustomRatio never used, so what we restoring?
|
|
||||||
if (map != null && map.hasCustomMapRatio()) {
|
if (map != null && map.hasCustomMapRatio()) {
|
||||||
map.restoreMapRatio();
|
map.restoreMapRatio();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue