1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

'v3.7.4.1'

This commit is contained in:
gnosygnu
2016-07-25 21:59:51 -04:00
parent 7a851a41a5
commit 8e91ac0bc4
175 changed files with 2079 additions and 933 deletions

View File

@@ -24,7 +24,7 @@ public class Xod_fsys_mgr {
this.app_root_dir = usr_data_dir.GenSubDir_nest("files", "xowa");
String sdcard_rw = activity.Fsys__sdcard_rw_or_null();
if (sdcard_rw != null) {
app_root_dir = Io_url_.lnx_dir_(sdcard_rw + "/files/xowa/");
app_root_dir = Io_url_.lnx_dir_(sdcard_rw + "files/xowa/");
}
log.Info("fsys_mgr:root_dir", "root", app_root_dir.Xto_api());
}