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-Tag: v1.1.0%b1~404 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6a8591beea23cf0e8aee4aede0679ae9d16cfd88?hp=--cc You can now tap a loading button to manage a commercial package, but not to install it. --- 6a8591beea23cf0e8aee4aede0679ae9d16cfd88 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 {