diff options
-rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 653b460..ec4f767 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -977,7 +977,7 @@ run_again: instproxy_uninstall(ipc, appid, NULL, status_cb); #endif wait_for_op_complete = 1; - notification_expected = 1; + notification_expected = 0; } else if (list_archives_mode) { int xml_mode = 0; plist_t dict = NULL; |