Skip to content

Commit

Permalink
Fix NPE in ReactSliderManager.initMeasureFunction
Browse files Browse the repository at this point in the history
Reviewed By: fkgozali

Differential Revision: D7825102

fbshipit-source-id: af7502a5e6ffa83965a66a0a099d729152d7627f
  • Loading branch information
mdvacca authored and facebook-github-bot committed May 2, 2018
1 parent bf83600 commit 99a6c0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ private ReactSliderShadowNode(ReactSliderShadowNode node) {
mWidth = node.mWidth;
mHeight = node.mHeight;
mMeasured = node.mMeasured;
initMeasureFunction();
}

private void initMeasureFunction() {
Expand Down

0 comments on commit 99a6c0a

Please sign in to comment.