Skip to content

Commit

Permalink
Merge pull request #61074 from timoschwarzer/fix-ios-vibration-duration
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored May 16, 2022
2 parents c1277c2 + 05d524b commit d6e7dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/iphone/ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
NSDictionary *hapticDict = @{
CHHapticPatternKeyPattern : @[
@{CHHapticPatternKeyEvent : @{
CHHapticPatternKeyEventType : CHHapticEventTypeHapticTransient,
CHHapticPatternKeyEventType : CHHapticEventTypeHapticContinuous,
CHHapticPatternKeyTime : @(CHHapticTimeImmediate),
CHHapticPatternKeyEventDuration : @(p_duration_seconds)
},
Expand Down

0 comments on commit d6e7dcb

Please sign in to comment.