This commit is contained in:
Evgeny
2021-08-31 13:32:02 +03:00
parent 6516a81f1f
commit 28d837af04
3 changed files with 3 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ function on_resume()
end
function on_click(idx)
calendar:open_event_dialog(events[idx].id)
calendar:show_event_dialog(events[idx].id)
end