Skip to content

Commit

Permalink
Fix ADB not ungraying the buttons after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndnixSH committed Feb 20, 2024
1 parent 012b6f3 commit aa5d017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions APKToolGUI/Forms/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,8 @@ await Task.Factory.StartNew(() =>
Error(ex);
}

AdbActionButtonsEnabled = true;

return code;
}
#endregion
Expand Down

0 comments on commit aa5d017

Please sign in to comment.