]> git.saurik.com Git - cydia.git/blobdiff - MobileCydia.mm
Queue status affects /all/ views, not just the active one.
[cydia.git] / MobileCydia.mm
index 9bc723cd37c5a00d1f1de8f690cbf5417ca5d73e..629a39f6025f7e3a25070976121e2d91ba679ef8 100644 (file)
@@ -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];
     }
 }