js:adjust hook timing for nested situation
This commit is contained in:
@@ -73,7 +73,7 @@ public class NestedSliderNode extends GroupNode<ViewPager> implements ViewPager.
|
||||
@NotNull
|
||||
@Override
|
||||
public Object instantiateItem(@NotNull ViewGroup container, int position) {
|
||||
container.addView(slideItems.get(position), 0);
|
||||
container.addView(slideItems.get(position));
|
||||
return slideItems.get(position);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user