修復屏蔽bug

This commit is contained in:
wushaocheng
2022-10-23 01:51:58 +08:00
parent 044c48d5c3
commit 892f6d0284
19 changed files with 429 additions and 101 deletions

View File

@@ -334,7 +334,7 @@ public class MainActivity extends BaseMvpActivity<IMainView, MainPresenter>
NewUserChargeGiftDialog.start(context);
DemoCache.saveNewUserChargeGift(2);
}
checkShowAnchorCardView();
// checkShowAnchorCardView();
}
}
@@ -675,7 +675,7 @@ public class MainActivity extends BaseMvpActivity<IMainView, MainPresenter>
EventBus.getDefault().post(new UnReadCountEvent(integer));
}
});
checkShowAnchorCardView();
// checkShowAnchorCardView();
}
@SuppressLint("CheckResult")