Commit 446a71db authored by Max Lv's avatar Max Lv

make activity invisible again

parent a3b2357d
......@@ -112,11 +112,6 @@ class ShadowsocksRunnerActivity extends Activity {
}
}
override def onStart() {
super.onStart()
setVisible(true);
}
override def onCreate(savedInstanceState: Bundle) {
super.onCreate(savedInstanceState)
val km = getSystemService(Context.KEYGUARD_SERVICE).asInstanceOf[KeyguardManager]
......
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