Skip to content

Commit

Permalink
Improvements based on feedback for gestures and similar
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Feb 6, 2024
1 parent 00ff5e3 commit 7d3d8c8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public enum CameraChangeReason: Hashable {
self = .gestureTilt
case .transitionCancelled:
self = .transitionCancelled
default:
// TODO: MR Review Note - we could also have an "initial" value for an unset camera.
default:
return nil
}
}
Expand Down

0 comments on commit 7d3d8c8

Please sign in to comment.