Skip to content

Commit

Permalink
Android: Fix crash while loading main menu (#5736)
Browse files Browse the repository at this point in the history
Broken by 43d1f37
  • Loading branch information
red-001 authored and SmallJoker committed May 9, 2017
1 parent 8729e7d commit 34c52d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/mainmenu/tab_simple_main.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 34c52d0

Please sign in to comment.