summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-22 22:16:54 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 10:42:38 +0000
commit44c6e9a8d5d804f6c221bc5328971bd9a3b12e43 (patch)
treedc9894a9860ff680ebe09e2d3e1edfa59a0cdf40 /Cydia.mm
parentcfa9a37598aabbb4788d48ed8f4428e5c8977076 (diff)
added fixme where issue remains.
Diffstat (limited to 'Cydia.mm')
-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];
}