Commit aae068b7 authored by Max Lv's avatar Max Lv

fix a UI issue

parent 7626c111
......@@ -932,10 +932,14 @@ class Shadowsocks
private def recovery() {
val h = showProgress(getString(R.string.recovering))
serviceStop()
spawn {
reset()
h.sendEmptyMessage(0)
handler.post(new Runnable {
override def run() {
serviceStop
h.sendEmptyMessage(0)
}
})
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment