X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/baf95837254c78c396f671e76348deb2d6c8236b..c09b1ba11ef83a41716e263ecdbad942c7c05b60:/MobileCydia.mm?ds=sidebyside diff --git a/MobileCydia.mm b/MobileCydia.mm index 5517141b..b7d64e33 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8675,7 +8675,6 @@ static _finline void _setHomePage(Cydia *self) { } [tabbar_ setViewControllers:controllers]; - [tabbar_ setSelectedIndex:0]; } - (void) applicationDidFinishLaunching:(id)unused { @@ -8787,6 +8786,7 @@ static _finline void _setHomePage(Cydia *self) { PrintTimes(); // Show the home page + [tabbar_ setSelectedIndex:0]; _setHomePage(self); [window_ setUserInteractionEnabled:YES];