Android: Fix crash while loading main menu (#5736)
authorred-001 <red-001@outlook.ie>
Tue, 9 May 2017 16:30:34 +0000 (17:30 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Tue, 9 May 2017 16:30:34 +0000 (18:30 +0200)
Broken by 43d1f37

builtin/mainmenu/tab_simple_main.lua

index 90a743f683ede6746fef0a2ddefa99ff3b9b58c1..de4ae175139960503c957f2055382d7351415b7f 100644 (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)