mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Show storage usage
This commit is contained in:
@@ -1052,7 +1052,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
Helper.humanReadableByteCount(data.nheap)));
|
||||
|
||||
tvStorageUsage.setText(getString(R.string.title_advanced_storage_usage,
|
||||
Helper.humanReadableByteCount(data.available),
|
||||
Helper.humanReadableByteCount(data.total - data.available),
|
||||
Helper.humanReadableByteCount(data.total),
|
||||
Helper.humanReadableByteCount(data.used)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user