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 3f7cc9f commit d5bba14Copy full SHA for d5bba14
components/List/src/MDCBaseCell.m
@@ -15,8 +15,10 @@
15
#import "MDCBaseCell.h"
16
#import "MDCSelfSizingLayoutAttributes.h"
17
18
+#import "MaterialElevation.h"
19
#import "MaterialInk.h"
20
#import "MaterialRipple.h"
21
+#import "MaterialShadowElevations.h"
22
#import "MaterialShadowLayer.h"
23
24
@interface MDCBaseCell ()
@@ -208,7 +210,7 @@ - (UIColor *)rippleColor {
208
210
}
209
211
212
- (MDCShadowLayer *)shadowLayer {
- if ([self.layer isMemberOfClass:[MDCShadowLayer class]]) {
213
+ if ([self.layer isKindOfClass:[MDCShadowLayer class]]) {
214
return (MDCShadowLayer *)self.layer;
215
216
return nil;
0 commit comments