Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
fead2580bd
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
}
|
||||
|
||||
// ///////////////////////////// INITIALIZING UI PART ///////////////////////////////////
|
||||
public void init(MapActivity ctx, int w, int h) {
|
||||
public void init(final MapActivity ctx, int w, int h) {
|
||||
application = (OsmandApplication) ctx.getApplicationContext();
|
||||
settings = application.getSettings();
|
||||
|
||||
|
|
Loading…
Reference in a new issue