Bugfixes (Crash on startup) - clean up - #6332

This commit is contained in:
madwasp79 2019-01-23 10:03:17 +02:00
parent 2d9fbc9ad6
commit 5c94138b93

View file

@ -899,7 +899,6 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo
}
private void restoreCustomMapRatio() {
//do we need this? setCustomRatio never used, so what we restoring?
if (map != null && map.hasCustomMapRatio()) {
map.restoreMapRatio();
}