This commit is contained in:
2020-07-09 09:29:22 +08:00
parent c0095c1af9
commit 8c154e38ba
10 changed files with 67 additions and 67 deletions

View File

@@ -40,7 +40,7 @@ function CLToastRoot.borrow()
else
cell = queue:deQueue()
end
cell.name = tostring(index)
cell.name = string.format("%11d",index)
index = index + 1
return cell
end