android: keep screen awake toggle (using wakelocks) & bump luajit-launcher

This commit is contained in:
Martín Fernández
2019-01-10 03:11:06 +01:00
parent d02c340085
commit 2009ffa12f
4 changed files with 34 additions and 4 deletions

View File

@@ -125,6 +125,7 @@ else
end
if Device:isAndroid() then
table.insert(common_settings.screen.sub_item_table, require("ui/elements/screen_fullscreen_menu_table"))
table.insert(common_settings.screen.sub_item_table, require("ui/elements/screen_keep_on_menu_table"))
end
if Device:hasKeys() then