Minor: don't turn off wifi on exit

This fixes #2379 and #2511.
pull/2559/merge
Frans de Jonge 7 years ago committed by Qingping Hou
parent 6458c8e9eb
commit c855494ba0

@ -188,7 +188,6 @@ local function exitReader()
-- shutdown hardware abstraction
Device:exit()
require("ui/network/manager"):turnOffWifi()
if Profiler then Profiler.stop() end
os.exit(0)

Loading…
Cancel
Save