Revert change in FAB animation (#5465)

This commit is contained in:
Hailey
2024-09-24 00:44:47 -07:00
committed by GitHub
parent 53b095adeb
commit b57ddd0968
2 changed files with 14 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import React from 'react'
import {impactAsync, ImpactFeedbackStyle} from 'expo-haptics'
import {isIOS, isWeb} from 'platform/detection'
import {useHapticsDisabled} from 'state/preferences/disable-haptics'
import {isIOS, isWeb} from '#/platform/detection'
import {useHapticsDisabled} from '#/state/preferences/disable-haptics'
export function useHaptics() {
const isHapticsDisabled = useHapticsDisabled()