Remove useless code
This commit is contained in:
parent
d02773180d
commit
a4ccb10891
@ -296,10 +296,6 @@ public class ListNode extends SuperNode<RecyclerView> implements IDoricScrollabl
|
|||||||
moveToPosition(pos.toInt(), animated);
|
moveToPosition(pos.toInt(), animated);
|
||||||
}
|
}
|
||||||
|
|
||||||
private int calibratePosition(int position) {
|
|
||||||
return position;
|
|
||||||
}
|
|
||||||
|
|
||||||
@DoricMethod
|
@DoricMethod
|
||||||
public JSONArray findVisibleItems() {
|
public JSONArray findVisibleItems() {
|
||||||
LinearLayoutManager linearLayoutManager = (LinearLayoutManager) this.mView.getLayoutManager();
|
LinearLayoutManager linearLayoutManager = (LinearLayoutManager) this.mView.getLayoutManager();
|
||||||
|
Reference in New Issue
Block a user