mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 00:20:31 +00:00
Fix NPE in ReactSliderManager.initMeasureFunction
Reviewed By: fkgozali Differential Revision: D7825102 fbshipit-source-id: af7502a5e6ffa83965a66a0a099d729152d7627f
This commit is contained in:
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user