summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-19 05:02:06 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-19 05:02:06 -0800
commit925e28a65f910a56863dc3eac5989e0cf0e8b8fd (patch)
tree7bd43d505094712084c66b25f789d82f18dfbca8 /MobileCydia.mm
parent34f70f5d76b33cddc31cba1d22ff510535f1e4d5 (diff)
Support lazy loading of PackageListControllers.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 361f919..16367e4 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -6243,7 +6243,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
if ((self = [super initWithDatabase:database title:title]) != nil) {
[self setFilter:filter];
[self setObject:object];
- [self reloadData];
} return self;
}