diff options
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 2b6c632..0648e4c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9086,10 +9086,14 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { return [controllers objectAtIndex:3]; } +- (void) unloadData { + [tabbar_ unloadData]; +} + - (void) _updateData { [self _saveConfig]; - [tabbar_ unloadData]; + [self unloadData]; UINavigationController *navigation = [self queueNavigationController]; |