mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
renaming a variable
This commit is contained in:
@ -103,9 +103,9 @@ class RootHelpers {
|
||||
|
||||
override fun commandCompleted(id: Int, exitcode: Int) {
|
||||
files.forEachIndexed { index, fileDirItem ->
|
||||
val childrenCount = lines[index]
|
||||
if (childrenCount.areDigitsOnly()) {
|
||||
fileDirItem.size = childrenCount.toLong()
|
||||
val size = lines[index]
|
||||
if (size.areDigitsOnly()) {
|
||||
fileDirItem.size = size.toLong()
|
||||
}
|
||||
}
|
||||
callback(path, files)
|
||||
|
Reference in New Issue
Block a user