Dr0ptp4kt has submitted this change and it was merged.

Change subject: Fixing iOS 6 crash bug
......................................................................


Fixing iOS 6 crash bug

Was referencing tint color APIs in iOS 6

Change-Id: I781d19a93c8f839f3c9247197bb501bd73cd6615
---
M wikipedia/Custom Views/WMFProgressLineView.m
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Dr0ptp4kt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikipedia/Custom Views/WMFProgressLineView.m b/wikipedia/Custom 
Views/WMFProgressLineView.m
index b197b97..974bca5 100644
--- a/wikipedia/Custom Views/WMFProgressLineView.m
+++ b/wikipedia/Custom Views/WMFProgressLineView.m
@@ -18,7 +18,6 @@
         self.frame                       = frame;
         self.clipsToBounds               = YES;
         self.backgroundColor             = [UIColor clearColor];
-        self.tintAdjustmentMode          = UIViewTintAdjustmentModeNormal;
         self.progressBar                 = [[UIView alloc] init];
         self.progressBar.backgroundColor = [UIColor colorWithRed:0.106 
green:0.682 blue:0.541 alpha:1];
         self.progress                    = 0.0;

-- 
To view, visit https://gerrit.wikimedia.org/r/196517
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I781d19a93c8f839f3c9247197bb501bd73cd6615
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Fjalapeno <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to