Add more tests

This commit is contained in:
Evgeny
2025-07-06 07:38:55 +08:00
parent a897f1ed0d
commit c9caad2410
2 changed files with 22 additions and 1 deletions

View File

@@ -2,5 +2,5 @@ local i = 0
function on_resume()
i = i + 1
ui:show_toast("on_resume called: "..i)
ui:show_text("on_resume called: "..i)
end