From 6a8591beea23cf0e8aee4aede0679ae9d16cfd88 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 19 Dec 2010 19:12:36 -0800 Subject: 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(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index fffbc7f..52f2ec7 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 { -- cgit v1.2.3