Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 0450687

Browse files
committed
Forcing arc diff to figure itself out.
1 parent 0cc33e7 commit 0450687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/FlexibleHeader/src/MDCFlexibleHeaderViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ static inline BOOL ShouldUseLightStatusBarOnBackgroundColor(UIColor *color) {
2525
return NO;
2626
}
2727

28-
// We assume that the light iOS status text is pure white and not big enough to be considered
29-
// "large" text according to the W3CAG 2.0 spec.
28+
// We assume that the light iOS status text is white and not big enough to be considered "large"
29+
// text according to the W3CAG 2.0 spec.
3030
return [MDFTextAccessibility textColor:[UIColor whiteColor]
3131
passesOnBackgroundColor:color
3232
options:MDFTextAccessibilityOptionsNone];

0 commit comments

Comments
 (0)