Skip to content

Commit

Permalink
update app-mini to work with latest OrbotService
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed May 20, 2021
1 parent 0e39a77 commit 976b034
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public void onCreate() {
if (!Prefs.getDefaultLocale().equals(Locale.getDefault().getLanguage())) {
Languages.setLanguage(this, Prefs.getDefaultLocale(), true);
}

//no hosting of onion services!
Prefs.putHostOnionServicesEnabled(false);
}

@Override
Expand Down

0 comments on commit 976b034

Please sign in to comment.