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

Broken by 43d1f37
This commit is contained in:
red-001 2017-05-09 17:30:34 +01:00 committed by Nils Dagsson Moskopp
parent a6cd795949
commit 6fa4c1f2d0
Signed by: erle
GPG Key ID: A3BC671C35191080
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)