diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-22 22:16:54 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 10:42:38 +0000 |
commit | 44c6e9a8d5d804f6c221bc5328971bd9a3b12e43 (patch) | |
tree | dc9894a9860ff680ebe09e2d3e1edfa59a0cdf40 | |
parent | cfa9a37598aabbb4788d48ed8f4428e5c8977076 (diff) |
added fixme where issue remains.
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]; } |