From: Grant Paul Date: Mon, 20 Dec 2010 03:12:36 +0000 (-0800) Subject: You can now tap a loading button to manage a commercial package, but not to install it. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/600c41c6b2e78080b3957b18dcc060d1b3ec963a You can now tap a loading button to manage a commercial package, but not to install it. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index fffbc7fd..52f2ec70 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5406,7 +5406,10 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) reloadButtonClicked { - // Don't reload a package view by clicking the button. + // Don't reload a commerical package by tapping the loading button, + // but if it's not an Install button, we should forward it on. + if (![package_ uninstalled]) + [self _customButtonClicked]; } - (void) applyLoadingTitle {