Skip to content

Commit

Permalink
make activity invisible again
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Oct 16, 2015
1 parent a3b2357 commit 446a71d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 446a71d

Please sign in to comment.