bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user