UI調整
This commit is contained in:
@@ -327,13 +327,13 @@ public class MainActivity extends BaseMvpActivity<IMainView, MainPresenter>
|
||||
UserInfo userInfo = UserModel.get().getCacheLoginUserInfo();
|
||||
if (userInfo != null) {
|
||||
handleLinkedJump(this);
|
||||
if (userInfo.isShowLimitCharge() &&
|
||||
PmDialogShowMrg.get().isHasShow() &&
|
||||
DemoCache.readNewUserChargeGift() == 1) {
|
||||
StatisticManager.Instance().onEvent(StatisticsProtocol.EVENT_NUGIFT_POP_SHOW, getString(R.string.enjoy_the_popup_exposure));
|
||||
NewUserChargeGiftDialog.start(context);
|
||||
DemoCache.saveNewUserChargeGift(2);
|
||||
}
|
||||
// if (userInfo.isShowLimitCharge() &&
|
||||
// PmDialogShowMrg.get().isHasShow() &&
|
||||
// DemoCache.readNewUserChargeGift() == 1) {
|
||||
// StatisticManager.Instance().onEvent(StatisticsProtocol.EVENT_NUGIFT_POP_SHOW, getString(R.string.enjoy_the_popup_exposure));
|
||||
// NewUserChargeGiftDialog.start(context);
|
||||
// DemoCache.saveNewUserChargeGift(2);
|
||||
// }
|
||||
// checkShowAnchorCardView();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user