Skip to content

Commit

Permalink
Update WirelessADB.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
13584452567 committed Oct 16, 2024
1 parent f3e56a4 commit 35aba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UotanToolbox/Features/Home/WirelessADB.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 "))
Expand Down

0 comments on commit 35aba0f

Please sign in to comment.