diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:57:18 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:57:18 -0800 |
commit | 0be165c8572ed2963e0503c174f0c0b67ec521c0 (patch) | |
tree | 6a2e238958802f3479fca915ee9cf066e398064f | |
parent | 5829aea2aa4f13edbf151d3c2d15cd1dd15c5bd5 (diff) |
Fix changes badge on first refresh.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index e548e9b..9bcfd68 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9029,6 +9029,7 @@ _trace(); database_ = [Database sharedInstance]; [window_ setUserInteractionEnabled:NO]; + [self setupViewControllers]; [self showEmulatedLoadingControllerInView:window_]; [self performSelector:@selector(loadData) withObject:nil afterDelay:0]; @@ -9045,7 +9046,6 @@ _trace(); [self reloadData]; PrintTimes(); - [self setupViewControllers]; [self showEmulatedLoadingControllerInView:nil]; [window_ setUserInteractionEnabled:YES]; |