Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed May 24, 2021
1 parent 37360a0 commit baf36e3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
finish();
}

@Override
protected void onDestroy() {
super.onDestroy();
Process.killProcess(Process.myPid());
}

public static class P0 extends ProxyActivity {

}
Expand Down

0 comments on commit baf36e3

Please sign in to comment.