summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
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
/* }}} */