mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Small improvements
This commit is contained in:
@@ -643,7 +643,7 @@ public class EntityMessage implements Serializable {
|
||||
long id = Long.parseLong(file.getName());
|
||||
File target = getFile(context, id);
|
||||
if (!file.renameTo(target))
|
||||
throw new IllegalArgumentException("Failed moving " + file);
|
||||
Log.e("Move failed: " + file);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user