同步ios接听界面
This commit is contained in:
@@ -66,7 +66,11 @@ public class MyWalletActivity extends AbsActivity {
|
||||
GoogleBillingUtilNew.getInstance().initGooglePay(mContext);
|
||||
vp_content = (ViewPager) findViewById(R.id.vp_content);
|
||||
TextView rView = (TextView) findViewById(R.id.rView);
|
||||
findViewById(R.id.redPacketMain).setVisibility(View.VISIBLE);
|
||||
if(getPackageName().equals("com.pdlive.shayu")) {
|
||||
findViewById(R.id.redPacketMain).setVisibility(View.VISIBLE);
|
||||
}else{
|
||||
findViewById(R.id.redPacketMain).setVisibility(View.GONE);
|
||||
}
|
||||
findViewById(R.id.redPacketMain).setOnClickListener(v -> {
|
||||
RouteUtil.forwardRedPacketList();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user