summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 04:19:00 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 04:19:00 -0700
commit2713be8e0bb9310f23e786a45429b422f6911db3 (patch)
tree4b42fcaae9b49cbc9e670029807c69687e83ada3 /MobileCydia.mm
parent0ecaa4e2f36d5a6abbbe8c39d143792ab72e7f67 (diff)
Do not show network activity for AppCacheController.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index f9e5bde..36a8793 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -4627,6 +4627,10 @@ static _H<NSMutableSet> Diversions_;
- (void) didReceiveMemoryWarning {
}
+- (bool) retainsNetworkActivityIndicator {
+ return false;
+}
+
@end
/* }}} */