diff options
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 0afba59..17b6b12 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5226,7 +5226,9 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) reloadSpringBoard { - system("/usr/bin/sbreload"); + system("(/usr/bin/sbreload &)"); + sleep(60); + system("/usr/bin/killall SpringBoard"); } - (void) close { |