Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 322356277
  • Loading branch information
afweiss authored and material-automation committed Jul 21, 2020
1 parent 7fca1dc commit 6aea60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/private/ThumbTrack/src/MDCThumbTrack.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ - (instancetype)initWithFrame:(CGRect)frame onTintColor:(UIColor *)onTintColor {

_trackOnLayer = [CALayer layer];
[_trackView.layer addSublayer:_trackOnLayer];
_trackView.layer.masksToBounds = YES;

[self addSubview:_trackView];

Expand Down

0 comments on commit 6aea60a

Please sign in to comment.