Skip to content

Commit

Permalink
feat(core): billing screen displayed after tutorial (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun authored Aug 6, 2024
1 parent 634255e commit 607e895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/MatchCore/Sources/AppLogic/AppLogic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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, _))):
Expand Down

0 comments on commit 607e895

Please sign in to comment.