summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-15 01:47:44 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-15 01:47:44 -0800
commitcaa861bdca0452534fccc101228458f5cc6f41f2 (patch)
tree5606c079626c732c9534f6a257d893f30c8131e5
parent63755c48fd5fe4f31775e0f38857314879b93f39 (diff)
Use setPageColor instead of messing with scroller.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 4e8f718..0485f54 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -5623,7 +5623,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
[self setURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@/#!/progress/", UI_]]];
- [scroller_ setBackgroundColor:[UIColor blackColor]];
+ [self setPageColor:[UIColor blackColor]];
[[self navigationItem] setHidesBackButton:YES];