Commit 8f10e953 authored by Max Lv's avatar Max Lv

Refine #530

parent b620a2e6
......@@ -61,8 +61,7 @@ trait ServiceBoundContext extends Context {
connection = new ShadowsocksServiceConnection()
bindService(intent, connection, Context.BIND_AUTO_CREATE)
if (!Utils.isLollipopOrAbove)
startService(intent)
startService(intent)
}
}
......
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