mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
optimize settings cache calculation
This commit is contained in:
parent
a233600d28
commit
d40294a822
1 changed files with 2 additions and 1 deletions
|
@ -614,8 +614,9 @@ class SettingsActivity : SimpleActivity() {
|
|||
|
||||
private fun setupClearCache() {
|
||||
ensureBackgroundThread {
|
||||
val size = cacheDir.getProperSize(true).formatSize()
|
||||
runOnUiThread {
|
||||
settings_clear_cache_size.text = cacheDir.getProperSize(true).formatSize()
|
||||
settings_clear_cache_size.text = size
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue