From: Grant Paul Date: Thu, 23 Sep 2010 05:16:54 +0000 (-0700) Subject: added fixme where issue remains. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2b04cd976179c9b1fbc0e2b89f6c3fc0540ce2b7 added fixme where issue remains. --- diff --git a/Cydia.mm b/Cydia.mm index 7bbc68fb..5753deea 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]; }