refactor: hide backend Adapter handles

- static methods for backend adapters
This commit is contained in:
Hannes Janetzek
2014-05-10 19:55:43 +02:00
parent 84968d201d
commit 95c9f47e63
19 changed files with 84 additions and 58 deletions

View File

@@ -39,6 +39,6 @@ public enum VtmThemes implements ThemeFile {
@Override
public InputStream getRenderThemeAsStream() {
return AssetAdapter.g.openFileAsStream(mPath);
return AssetAdapter.readFileAsStream(mPath);
}
}