refactor: hide backend Adapter handles
- static methods for backend adapters
This commit is contained in:
@@ -39,6 +39,6 @@ public enum VtmThemes implements ThemeFile {
|
||||
|
||||
@Override
|
||||
public InputStream getRenderThemeAsStream() {
|
||||
return AssetAdapter.g.openFileAsStream(mPath);
|
||||
return AssetAdapter.readFileAsStream(mPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user