From e90053bdc9577b6d7931d29fa07170227acfba4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E7=A5=A5=E4=BF=8A?= Date: Fri, 12 Apr 2024 16:29:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BC=80=E6=9C=8D?= =?UTF-8?q?=E6=97=A5=E5=8E=86=E5=8F=8D=E9=A6=88=E5=9C=A8=E4=BD=8E=E7=89=88?= =?UTF-8?q?=E6=9C=ACAndroid=E7=B3=BB=E7=BB=9F=E4=B8=AD=EF=BC=8CSimpleDateF?= =?UTF-8?q?ormat=E7=9A=84=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gamedetail/fuli/kaifu/ServersCalendarDetailDialog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/gamecenter/gamedetail/fuli/kaifu/ServersCalendarDetailDialog.kt b/app/src/main/java/com/gh/gamecenter/gamedetail/fuli/kaifu/ServersCalendarDetailDialog.kt index d145bf2f8e..9d904350bb 100644 --- a/app/src/main/java/com/gh/gamecenter/gamedetail/fuli/kaifu/ServersCalendarDetailDialog.kt +++ b/app/src/main/java/com/gh/gamecenter/gamedetail/fuli/kaifu/ServersCalendarDetailDialog.kt @@ -146,7 +146,7 @@ class ServersCalendarDetailDialog : DialogFragment() { val serverCalendarList = adapter.selectedServerCalendarList serverCalendarList.forEachIndexed { index, entity -> if (index != 0) builder.append(";") - builder.append("${entity.getFormatTime("YYYY年MM月dd日")}开服信息有误:${entity.getNote()}") + builder.append("${entity.getFormatTime("yyyy年MM月dd日")}开服信息有误:${entity.getNote()}") } HelpAndFeedbackBridge.startSuggestionActivity( it.context,