]> git.saurik.com Git - cydia.git/commitdiff
Use setPageColor instead of messing with scroller.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 15 Feb 2017 09:47:44 +0000 (01:47 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 15 Feb 2017 09:47:44 +0000 (01:47 -0800)
MobileCydia.mm

index 4e8f7189a251c783300fbcc088833357432e8ead..0485f54fd1a56b45f851468581d811ee8f2e6393 100644 (file)
@@ -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];