From bd9a8a7e76ff1a93fede46d14e9361610338c873 Mon Sep 17 00:00:00 2001 From: tomokisun Date: Tue, 6 Aug 2024 16:37:38 +0900 Subject: [PATCH] feat(core): billing screen displayed after tutorial --- Packages/MatchCore/Sources/AppLogic/AppLogic.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/MatchCore/Sources/AppLogic/AppLogic.swift b/Packages/MatchCore/Sources/AppLogic/AppLogic.swift index a81a323c..5e359c87 100644 --- a/Packages/MatchCore/Sources/AppLogic/AppLogic.swift +++ b/Packages/MatchCore/Sources/AppLogic/AppLogic.swift @@ -141,6 +141,7 @@ public struct AppLogic { case .tutorial(.delegate(.finish)): state.tutorial = nil + state.destination = .receivedLike() return .none case let .appDelegate(.userNotifications(.didReceiveResponse(response, _))):