修复【升级战令未刷新钻石余额】的问题

This commit is contained in:
2024-01-15 13:33:53 +08:00
parent 27f136d6ca
commit 54693c0d37
3 changed files with 2 additions and 5 deletions

View File

@@ -78,7 +78,6 @@ public class BattlePassMissionFragment extends BaseFragment {
return;
}
long maxExp=userInfoBean.getMaxLevelExp() - userInfoBean.getBattlePassExp();
ToastUtil.showDebug("max = "+maxExp+"|"+userInfoBean.getNextLevelExp());
new XPopup.Builder(getContext())
.enableDrag(false)