From: Jay Freeman (saurik) Date: Mon, 4 Oct 2010 11:11:04 +0000 (-0700) Subject: Remove incorrect positioning hack. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2ca795773d39033071620181fbaf1f1a12a272a4 Remove incorrect positioning hack. --- diff --git a/Cydia.mm b/Cydia.mm index 3afab9db..b0a9e147 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -8611,7 +8611,6 @@ static _finline void _setHomePage(Cydia *self) { [container_ setUpdateDelegate:self]; [container_ setTabBarController:tabbar_]; [window_ addSubview:[container_ view]]; - [[tabbar_ view] setFrame:CGRectMake(0, -20.0f, [window_ bounds].size.width, [window_ bounds].size.height)]; [UIKeyboard initImplementationNow];