refactor: remove duplicate BitRateSheet, use shared BitrateSelector

This commit is contained in:
Uruk
2026-05-22 02:44:25 +02:00
parent 119b7ad937
commit 674e252641
2 changed files with 1 additions and 123 deletions

View File

@@ -6,8 +6,8 @@ import type {
import { useCallback, useEffect, useMemo, useState } from "react";
import { useTranslation } from "react-i18next";
import { ActivityIndicator, TouchableOpacity, View } from "react-native";
import { BITRATES } from "@/components/BitrateSelector";
import type { ThemeColors } from "@/hooks/useImageColorsReturn";
import { BITRATES } from "./BitRateSheet";
import type { SelectedOptions } from "./ItemContent";
import { type OptionGroup, PlatformDropdown } from "./PlatformDropdown";