Fix: crash if wpa_supplicant has already connected (#2394)

pull/2400/head
poire-z 8 years ago committed by Qingping Hou
parent bbba2799a5
commit 0145ab0410

@ -412,6 +412,7 @@ function NetworkSetting:init()
width = self.width,
height = Screen:scaleBySize(8),
percentage = 0,
progress = 0,
}
self.height = self.height or math.min(Screen:getHeight()*3/4,

Loading…
Cancel
Save