From: Jay Freeman (saurik) Date: Thu, 18 Nov 2010 19:20:25 +0000 (-0800) Subject: Queue status affects /all/ views, not just the active one. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/41c6e6d129298f725e97c80bb5f373ab06db66ac?ds=inline Queue status affects /all/ views, not just the active one. --- 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]; } }