Simplification

This commit is contained in:
M66B
2023-12-12 18:21:23 +01:00
parent 8482338f2b
commit 125a47efd8
13 changed files with 27 additions and 26 deletions

View File

@@ -566,7 +566,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
if (TextUtils.isEmpty(fname))
return uri;
File dir = Helper.ensureExists(new File(getFilesDir(), "shared"));
File dir = Helper.ensureExists(getFilesDir(), "shared");
File file = new File(dir, fname);
Log.i("Copying shared file to " + file);