diff --git a/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java b/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java index 1d98e83..519fded 100644 --- a/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java +++ b/brouter-routing-app/src/main/java/btools/routingapp/BInstallerView.java @@ -291,7 +291,7 @@ public class BInstallerView extends View mat = new Matrix(); mat.postScale( startscale, startscale, imgwOrig, imghOrig*0.3f ); - tilesVisible = false; + tilesVisible = true; } public BInstallerView(Context context) {