mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 12:47:01 +02:00
Refactoring
This commit is contained in:
@@ -1886,7 +1886,7 @@ public class Log {
|
||||
long storage_available = Helper.getAvailableStorageSpace();
|
||||
long storage_total = Helper.getTotalStorageSpace();
|
||||
long storage_used = Helper.getSize(context.getFilesDir());
|
||||
long cache = Helper.getCacheSize(context);
|
||||
long cache = Helper.getCacheQuota(context);
|
||||
sb.append(String.format("Storage space: %s/%s App: %s cache: %s\r\n",
|
||||
Helper.humanReadableByteCount(storage_total - storage_available),
|
||||
Helper.humanReadableByteCount(storage_total),
|
||||
|
||||
Reference in New Issue
Block a user