mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 22:56:32 +08:00
Fix NPE in ReactSliderManager.initMeasureFunction
Reviewed By: fkgozali Differential Revision: D7825102 fbshipit-source-id: af7502a5e6ffa83965a66a0a099d729152d7627f
This commit is contained in:
committed by
Facebook Github Bot
parent
bf83600996
commit
99a6c0af40
@@ -57,7 +57,6 @@ public class ReactSliderManager extends SimpleViewManager<ReactSlider> {
|
||||
mWidth = node.mWidth;
|
||||
mHeight = node.mHeight;
|
||||
mMeasured = node.mMeasured;
|
||||
initMeasureFunction();
|
||||
}
|
||||
|
||||
private void initMeasureFunction() {
|
||||
|
||||
Reference in New Issue
Block a user