Skip to content

Commit

Permalink
hot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Feb 11, 2024
1 parent 376a9cc commit e2c3087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/bepass/oblivion/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private String calculateArgs() {
}

private void startVpnService() {
Toast.makeText(getApplicationContext(), calculateArgs(), Toast.LENGTH_LONG).show();
//Toast.makeText(getApplicationContext(), calculateArgs(), Toast.LENGTH_LONG).show();
Intent intent = new Intent(this, OblivionVpnService.class);
intent.putExtra("command", calculateArgs());
intent.putExtra("bindAddress", getBindAddress(false));
Expand Down

0 comments on commit e2c3087

Please sign in to comment.