|
|
@@ -134,6 +134,7 @@ public class Subscription2Activity extends BaseActivity {
|
|
|
}
|
|
|
|
|
|
private void initView() {
|
|
|
+ ViewUtil.LoginERPTask(this, handler, 0x12);
|
|
|
LinearLayoutManager layoutManager = new LinearLayoutManager(ct);
|
|
|
recycler.setLayoutManager(layoutManager);
|
|
|
viewDivider = new RecycleViewDivider(this, LinearLayout.HORIZONTAL, 1, getResources().getColor(R.color.gray_light));
|