projects
/
cydia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384469d
)
Delay reload HUD by 0.5s.
author
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 23 Mar 2011 04:38:27 +0000
(21:38 -0700)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 23 Mar 2011 04:38:27 +0000
(21:38 -0700)
MobileCydia.mm
patch
|
blob
|
blame
|
history
diff --git
a/MobileCydia.mm
b/MobileCydia.mm
index 6d6b3212e2e18ad197d046fc5c61299b365b2032..8eeb85757e6e461093d43c40b6354affbeb3eaef 100644
(file)
--- 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;
}