mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-17 04:10:39 +01:00
renaming a variable
This commit is contained in:
parent
07b75a5fe1
commit
861f9ff8dc
@ -103,9 +103,9 @@ class RootHelpers {
|
|||||||
|
|
||||||
override fun commandCompleted(id: Int, exitcode: Int) {
|
override fun commandCompleted(id: Int, exitcode: Int) {
|
||||||
files.forEachIndexed { index, fileDirItem ->
|
files.forEachIndexed { index, fileDirItem ->
|
||||||
val childrenCount = lines[index]
|
val size = lines[index]
|
||||||
if (childrenCount.areDigitsOnly()) {
|
if (size.areDigitsOnly()) {
|
||||||
fileDirItem.size = childrenCount.toLong()
|
fileDirItem.size = size.toLong()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
callback(path, files)
|
callback(path, files)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user