Skip to content

Commit

Permalink
The animated flag comes from path configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Oct 21, 2024
1 parent 3ba9441 commit 656ff92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public extension VisitProposal {

/// Allows the proposal to change the animation status when pushing, popping or presenting.
var animated: Bool {
if let animated = parameters?["animated"] as? Bool {
if let animated = properties["animated"] as? Bool {
return animated
}

Expand Down

0 comments on commit 656ff92

Please sign in to comment.