Skip to content

Commit

Permalink
1.修复第二次战绩查询页面未刷新
Browse files Browse the repository at this point in the history
  • Loading branch information
WuYi5451 committed Sep 8, 2024
1 parent 6fa2d48 commit 7ea5a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void showMatchHistory() throws IOException {
if (FrameInnerCache.myTeamMatchHistoryPanel == null) {
MyTeamMatchHistoryPanel.start();
}else{
FrameInnerCache.myTeamMatchHistoryPanel.setVisible(true);
MyTeamMatchHistoryPanel.start();
}
}
}
Expand Down

0 comments on commit 7ea5a2d

Please sign in to comment.