diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 05:02:06 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 05:02:06 -0800 |
commit | 925e28a65f910a56863dc3eac5989e0cf0e8b8fd (patch) | |
tree | 7bd43d505094712084c66b25f789d82f18dfbca8 | |
parent | 34f70f5d76b33cddc31cba1d22ff510535f1e4d5 (diff) |
Support lazy loading of PackageListControllers.
-rw-r--r-- | MobileCydia.mm | 1 |
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; } |