NTP-29390 | Release 466 | Regression fixes (#14568)

This commit is contained in:
Kshitij Pramod Ghongadi
2025-01-17 13:58:40 +05:30
committed by GitHub
parent df08870cc3
commit 4678a7adfd

View File

@@ -2,7 +2,10 @@ import { useState } from "react";
import { View } from "react-native";
import BaseBottomSheetComponent from "../../../components/bottomsheet/BaseBottomSheetComponent";
import { GenericActionPayload } from "../actions/GenericAction";
import { BOTTOMSHEET_ANIMATION_DURATION } from "../constants";
import {
BOTTOMSHEET_ANIMATION_DURATION,
BOTTOMSHEET_DISMISS_ANIMATION_DURATION,
} from "../constants";
import { ModalView } from "../interface/modals/ModalView";
import { clearBottomSheet, setBottomSheetView } from "../utilities/AlfredUtils";