Render theme styles: allow setting menu callback #93

This commit is contained in:
Emux
2017-06-01 14:53:11 +03:00
parent 45383397bc
commit f77c46f56d
5 changed files with 35 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
* Copyright 2016 devemux86
* Copyright 2016-2017 devemux86
* Copyright 2017 nebular
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
@@ -56,4 +56,8 @@ public enum VtmThemes implements ThemeFile {
public InputStream getRenderThemeAsStream() throws ThemeException {
return AssetAdapter.readFileAsStream(mPath);
}
@Override
public void setMenuCallback(XmlRenderThemeMenuCallback menuCallback) {
}
}