mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-17 13:40:49 +00:00
WIP
This commit is contained in:
parent
0fade2c41b
commit
5cb57997b8
@ -127,6 +127,11 @@ public class FileManagerImpl implements FileManager {
|
||||
}
|
||||
}
|
||||
|
||||
public void autoGenerateToCurrentDir() {
|
||||
logger.debug("autoGenerateToCurrentDir", "called");
|
||||
autoCreateDir(currentDir);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void saveBitmapAtCurrent(Bitmap bitmap, String fileName) { // TODO-rca: ファイル形式を変更できるようにする?
|
||||
|
Loading…
x
Reference in New Issue
Block a user