diff --git a/UotanToolbox/Features/Home/WirelessADB.axaml.cs b/UotanToolbox/Features/Home/WirelessADB.axaml.cs index d7748f17..b58ad7f5 100644 --- a/UotanToolbox/Features/Home/WirelessADB.axaml.cs +++ b/UotanToolbox/Features/Home/WirelessADB.axaml.cs @@ -40,7 +40,7 @@ private async void WConnect(object sender, RoutedEventArgs args) string password = PairingCode.Text; Connect.IsBusy = true; ConnectPanel.IsEnabled = false; - if (!string.IsNullOrEmpty(input) && !string.IsNullOrEmpty(password)) + if (!string.IsNullOrEmpty(input)) { string result = await CallExternalProgram.ADB($"pair {input} {password}"); if (result.Contains("Successfully paired to "))