Android: Fix crash while loading main menu (#5736)

Broken by 43d1f37
master
red-001 2017-05-09 17:30:34 +01:00 committed by SmallJoker
parent 8729e7daec
commit 34c52d0ad7
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@ local function main_button_handler(tabview, fields, name, tabdata)
core.settings:set("address", fields.te_address)
core.settings:set("remote_port", fields.te_port)
core.start()
return true
end
if fields.btn_config_sp_world then
local configdialog = create_configure_world_dlg(1)