From: Jay Freeman (saurik) Date: Wed, 15 Feb 2017 09:47:44 +0000 (-0800) Subject: Use setPageColor instead of messing with scroller. X-Git-Tag: v1.1.29~10 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/caa861bdca0452534fccc101228458f5cc6f41f2 Use setPageColor instead of messing with scroller. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 4e8f7189..0485f54f 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];