We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebaaca3 commit d4bb188Copy full SHA for d4bb188
mullvad-management-interface/src/client.rs
@@ -3,7 +3,7 @@
3
use crate::types;
4
#[cfg(not(target_os = "android"))]
5
use futures::{Stream, StreamExt};
6
-#[cfg(daita)]
+#[cfg(all(daita, not(target_os = "android")))]
7
use mullvad_types::wireguard::DaitaSettings;
8
use mullvad_types::{
9
access_method::AccessMethodSetting,
0 commit comments