fix hanging UI on MapWorker.pause/.proceed

This commit is contained in:
Hannes Janetzek
2012-08-08 22:43:06 +02:00
parent 165221f42a
commit 4cae011d85
8 changed files with 110 additions and 30 deletions

View File

@@ -976,4 +976,10 @@ public class MapDatabase implements IMapDatabase {
return zoomTable;
}
@Override
public void cancel() {
// TODO Auto-generated method stub
}
}