Removes un-necessary setNeedsLayout

This commit is contained in:
Simon Mitchell 2017-05-26 11:06:39 +01:00
parent e99126f625
commit faf5e4e6eb

View File

@ -90,7 +90,6 @@
} else {
[self setAnimatedProgress:_animatedProgress updateAnimation:true];
}
[self.layer setNeedsLayout];
}];
}
}