From 8d0cc8a7fe7955d515501b1b557655df308ecbd6 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Sun, 26 Nov 2023 09:25:31 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20=E3=83=93=E3=83=AB=E3=83=89=E3=82=A8?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E3=81=AE=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/Sources/Schedule/ComposeScheduleListScreen.swift | 2 +- app/ios/Modules/Sources/Top/ComposeTopScreen.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift b/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift index c7d94046..84fc76da 100644 --- a/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift +++ b/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift @@ -12,7 +12,7 @@ public struct ComposeScheduleListScreen: UIViewControllerRepresentable { getParticipantScheduleListUseCase: Container.shared.get( type: GetParticipantScheduleListUseCase.self), userMessageStateHolder: Container.shared.get(type: UserMessageStateHolder.self), - dateTimeFormatter: Container.shared.get(type: CommonNitoDateTimeFormatter.self) + dateTimeFormatter: Container.shared.get(type: CommonNitoDateFormatter.self) ) ) } diff --git a/app/ios/Modules/Sources/Top/ComposeTopScreen.swift b/app/ios/Modules/Sources/Top/ComposeTopScreen.swift index e5c619be..88a2cb6d 100644 --- a/app/ios/Modules/Sources/Top/ComposeTopScreen.swift +++ b/app/ios/Modules/Sources/Top/ComposeTopScreen.swift @@ -20,7 +20,7 @@ public struct ComposeTopScreen: UIViewControllerRepresentable { stateMachine: TopScreenStateMachine( getRecentSchedule: Container.shared.get(type: GetRecentScheduleUseCase.self), userMessageStateHolder: Container.shared.get(type: UserMessageStateHolder.self), - dateTimeFormatter: Container.shared.get(type: CommonNitoDateTimeFormatter.self) + dateTimeFormatter: Container.shared.get(type: CommonNitoDateFormatter.self) ), onScheduleListClick: onScheduleListButtonClick, onSettingsClick: onSettingsButtonClick