We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926f7b4 commit 5b5d0d5Copy full SHA for 5b5d0d5
components/Buttons/src/MDCButton.m
@@ -16,7 +16,7 @@
16
17
#import "MDCButton.h"
18
19
-#import <MDFTextAccessibility/MDFTextAccessibility.h>
+#import "MDFTextAccessibility.h"
20
#import "MaterialInk.h"
21
#import "MaterialShadowElevations.h"
22
#import "MaterialShadowLayer.h"
components/FlexibleHeader/src/MDCFlexibleHeaderViewController.m
@@ -16,9 +16,9 @@
#import "MDCFlexibleHeaderViewController.h"
#import "MDCFlexibleHeaderContainerViewController.h"
#import "MDCFlexibleHeaderView.h"
23
static inline BOOL ShouldUseLightStatusBarOnBackgroundColor(UIColor *color) {
24
if (CGColorGetAlpha(color.CGColor) < 1) {
0 commit comments