8 lines
176 B
Lua
8 lines
176 B
Lua
function on_resume()
|
|
if ui.show_list_dialog then
|
|
ui:show_text("list dialog is supported")
|
|
else
|
|
ui:show_text("list dialog is not supported")
|
|
end
|
|
end
|