Skip to content

Commit

Permalink
Merge pull request #61075 from timoschwarzer/fix-ios-vibration-durati…
Browse files Browse the repository at this point in the history
…on-3.x
  • Loading branch information
akien-mga authored May 16, 2022
2 parents 3762b40 + 8b55b80 commit ddc14b6
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 ddc14b6

Please sign in to comment.