From 49b35bb377a19895896da556d9f441cc334ab704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Tue, 26 Nov 2024 14:49:11 +0100 Subject: [PATCH] Update comment --- mullvad-daemon/src/lib.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs index f5ce06ecd9c5..ac14083f59c1 100644 --- a/mullvad-daemon/src/lib.rs +++ b/mullvad-daemon/src/lib.rs @@ -1439,10 +1439,8 @@ impl Daemon { #[cfg(target_os = "android")] match event { AccessMethodEvent::New { setting, .. } => { - // Announce to all clients listening for updates of the - // currently active access method. The announcement should be - // made after the firewall policy has been updated, since the - // new access method will be useless before then. + // No-op, on Android mullvad-api invokes protect on a socket to send requests + // outside the tunnel let notifier = self.management_interface.notifier().clone(); tokio::spawn(async move { // Let the emitter of this event know that the firewall has been updated.