summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 7bbc68f..5753dee 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8250,6 +8250,8 @@ static _finline void _setHomePage(Cydia *self) {
}
- (void) applicationSuspend:(__GSEvent *)event {
+ // FIXME: This needs to be fixed, but we no longer have a progress_.
+ // What's the best solution?
if (hud_ == nil)// && ![progress_ isRunning])
[super applicationSuspend:event];
}