Render themes: store theme origin, fix #414

This commit is contained in:
Emux
2017-09-27 15:37:00 +03:00
parent 27aee33cb9
commit 7ba5984e5f
7 changed files with 46 additions and 13 deletions
@@ -242,6 +242,11 @@ public class RenderTheme implements IRenderTheme {
return mBackground;
}
@Override
public boolean isMapsforgeTheme() {
return false;
}
@Override
public void scaleTextSize(float scaleFactor) {
}