fix(picker): haptics now work properly (#21268)

This commit is contained in:
Liam DeBeasi
2020-05-11 15:10:19 -04:00
committed by GitHub
parent 1fbdb2255e
commit 8e11ecc136
4 changed files with 6 additions and 75 deletions

View File

@ -2,8 +2,8 @@ import { Component, ComponentInterface, Element, Event, EventEmitter, Host, Prop
import { getIonMode } from '../../global/ionic-global';
import { Color, Gesture, GestureDetail, StyleEventDetail, ToggleChangeEventDetail } from '../../interface';
import { hapticSelection } from '../../utils/haptic';
import { findItemLabel, renderHiddenInput } from '../../utils/helpers';
import { hapticSelection } from '../../utils/native/haptic';
import { createColorClasses, hostContext } from '../../utils/theme';
/**