Merge remote-tracking branch 'origin/master'

This commit is contained in:
hch
2024-01-15 17:11:40 +08:00
11 changed files with 231 additions and 115 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)