Merge remote-tracking branch 'origin/branch_new' into branch_new
This commit is contained in:
@@ -31,6 +31,12 @@ public class GiftWallActivity extends BaseMvpActivity<GiftWallPresenter, Activit
|
|||||||
mBinding.topBar.setColor(getResources().getColor(R.color.white));
|
mBinding.topBar.setColor(getResources().getColor(R.color.white));
|
||||||
userId=getIntent().getIntExtra("userId",0);
|
userId=getIntent().getIntExtra("userId",0);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onStart() {
|
||||||
|
super.onStart();
|
||||||
MvpPre.giftWall(userId+"");
|
MvpPre.giftWall(userId+"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user