diff options
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index a16e8ab..9cc6f40 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5010,7 +5010,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { system("su -c /usr/bin/uicache mobile"); _trace(); - UpdateExternalStatus(Finish_ == 0 ? 2 : 0); + UpdateExternalStatus(Finish_ == 0 ? 0 : 2); [delegate_ releaseNetworkActivityIndicator]; } |