henry pushed to branch tor-browser-140.0a1-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
297b2e99
by Henry Wilkes at 2025-06-12T17:52:26+00:00
1 changed file:
Changes:
... | ... | @@ -356,6 +356,10 @@ export class TorProvider { |
356 | 356 | }
|
357 | 357 | |
358 | 358 | async flushSettings() {
|
359 | + if (TorLauncherUtil.isAndroid) {
|
|
360 | + // Android does not have a torrc to flush to. See tor-browser#43577.
|
|
361 | + return;
|
|
362 | + }
|
|
359 | 363 | await this.#controller.flushSettings();
|
360 | 364 | }
|
361 | 365 |