Fixes typo when printing MyAppsViewController.deactivate() error

This commit is contained in:
Riley Testut
2022-10-26 18:22:16 -05:00
parent d8a7f8cb54
commit 1ce7681a31

View File

@@ -1135,7 +1135,7 @@ private extension MyAppsViewController
}
catch
{
print("Failed to activate app:", error)
print("Failed to deactivate app:", error)
DispatchQueue.main.async {
installedApp.isActive = true