Skip to content

Commit

Permalink
after last step reset dock progress
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed May 25, 2024
1 parent 348c898 commit 33dc634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xcodes/Backend/AppState+Install.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ extension AppState {
self.error = error
self.presentedAlert = .generic(title: localizeString("Alert.InstallArchive.Error.Title"), message: error.legibleLocalizedDescription)
}
resetDockProgressTracking()
})
.catch { _ in
Just(installedXcode)
Expand Down

0 comments on commit 33dc634

Please sign in to comment.