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 14a603f commit d5db065Copy full SHA for d5db065
components/Shadow/src/MDCShadowsCollection.m
@@ -106,7 +106,7 @@ - (MDCShadowsCollection *)build {
106
return [UIColor colorWithDynamicProvider:^(UITraitCollection *traitCollection) {
107
switch (traitCollection.userInterfaceStyle) {
108
case UIUserInterfaceStyleUnspecified:
109
- __attribute__((fallthrough));
+ /* FALLTHROUGH - TODO(b/185199658): Migrate to proper fallthrough logic */
110
case UIUserInterfaceStyleLight:
111
return LightStyleShadowColor();
112
case UIUserInterfaceStyleDark:
0 commit comments