From 600c41c6b2e78080b3957b18dcc060d1b3ec963a Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 19 Dec 2010 19:12:36 -0800 Subject: [PATCH] You can now tap a loading button to manage a commercial package, but not to install it. --- MobileCydia.mm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- 2.45.2