Skip to content

Commit

Permalink
Fix ModalCoverModelStyle on FlowProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolasstuchlik committed Aug 23, 2024
1 parent b5081dc commit 8a9aae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public protocol CoordinatorSceneFlowProvider {
var navigateTo: (Destination) -> Void { get }
var pop: () -> Void { get }

var present: ((Destination, ModalCoverModel<Destination>.Style) -> Void)? { get }
var present: ((Destination, ModalCoverModelStyle) -> Void)? { get }
var dismissModal: (() -> Void)? { get }
var onModalDismiss: (() -> Void)? { get }
var popTo: ((Destination?) -> Void)? { get }
Expand Down

0 comments on commit 8a9aae1

Please sign in to comment.