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

View File

@@ -1 +1 @@
r8 (trCRM/resVer/Android/VerCtl/priority.ver8,241b9b5b77670a8256133d20d12e59438 %trCRM/resVer/Android/VerCtl/other.ver8,c69c1c5ae55f0ba5763949a2afe5f103
r8 (trCRM/resVer/Android/VerCtl/priority.ver8,9839ae131baab1e5cbca5d3e920ec6848 %trCRM/resVer/Android/VerCtl/other.ver8,c69c1c5ae55f0ba5763949a2afe5f103

File diff suppressed because one or more lines are too long