From 41c6e6d129298f725e97c80bb5f373ab06db66ac Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 18 Nov 2010 11:20:25 -0800 Subject: [PATCH] Queue status affects /all/ views, not just the active one. --- MobileCydia.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 9bc723cd..629a39f6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8479,8 +8479,7 @@ static _finline void _setHomePage(Cydia *self) { [[[self queueBadgeController] tabBarItem] setBadgeValue:UCLocalize("Q_D")]; } - // Show the changes in the current view. - [(CYNavigationController *) [tabbar_ selectedViewController] reloadData]; + [self _updateData]; [queueDelegate_ queueStatusDidChange]; } } -- 2.45.2