fix: 修复开服日历反馈在低版本Android系统中,SimpleDateFormat的日期格式兼容问题
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user