Skip to content

Commit

Permalink
Fix a crash in RunnerActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jul 16, 2017
1 parent ac28b83 commit 6978b92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class ShadowsocksRunnerActivity extends Activity with ServiceBoundContext {
} else {
attachService()
}
finish()
}

override def onDestroy() {
Expand Down

1 comment on commit 6978b92

@Mygod
Copy link
Contributor

@Mygod Mygod commented on 6978b92 Jul 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this bug is 20 months old. 😅

4906ce8#diff-293318eebc36430a93dea5920ecbe3f6R124

Please sign in to comment.