add fold and unfold actions
This commit is contained in:
8
samples/on_widget_action_test.lua
Normal file
8
samples/on_widget_action_test.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
function on_resume()
|
||||
ui:show_text("Empty")
|
||||
end
|
||||
|
||||
function on_widget_action(action, name)
|
||||
ui:show_toast(name.." "..action)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user