From: Jay Freeman (saurik) Date: Wed, 23 Mar 2011 04:38:27 +0000 (-0700) Subject: Delay reload HUD by 0.5s. X-Git-Tag: v1.1.0%rc1~18 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/4a4dcb685803b71e7771dd12441c3fed19a09fce Delay reload HUD by 0.5s. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 6d6b3212..8eeb8575 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5274,7 +5274,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { reload: { UIProgressHUD *hud([delegate_ addProgressHUD]); [hud setText:UCLocalize("LOADING")]; - [self performSelector:@selector(reloadSpringBoard) withObject:nil afterDelay:0]; + [self performSelector:@selector(reloadSpringBoard) withObject:nil afterDelay:0.5]; return; }