Map: simplify updateMap
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright 2012 Hannes Janetzek
|
||||
* Copyright 2016-2018 devemux86
|
||||
* Copyright 2016-2019 devemux86
|
||||
* Copyright 2018-2019 Gustl22
|
||||
*
|
||||
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
|
||||
@@ -234,6 +234,11 @@ public class MapView extends GLSurfaceView {
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
public void updateMap() {
|
||||
updateMap(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateMap(boolean redraw) {
|
||||
synchronized (mRedrawCb) {
|
||||
|
||||
Reference in New Issue
Block a user