summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 76d8a0c..c6d6b52 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -4320,7 +4320,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
break;
case 1:
- [delegate_ suspendWithAnimation:YES];
+ [delegate_ terminateWithSuccess];
+ /*if ([delegate_ respondsToSelector:@selector(suspendWithAnimation:)])
+ [delegate_ suspendWithAnimation:YES];
+ else
+ [delegate_ suspend];*/
break;
case 2: