Merge branch 'hh' into dev_MogoAP_eagle-930_210926_8.0.12

This commit is contained in:
liujing
2021-10-11 10:54:06 +08:00

View File

@@ -97,4 +97,8 @@ public class CheckInfoAdapter extends RecyclerView.Adapter {
}
}
@Override
public int getItemViewType(int position) {
return position;
}
}