mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Simplification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user