mobile: remove pro check

This commit is contained in:
ammarahm-ed
2023-02-24 11:47:15 +05:00
committed by Abdullah Atta
parent 7bbe138d91
commit a14949b75a

View File

@@ -24,7 +24,6 @@ import Icon from "react-native-vector-icons/MaterialCommunityIcons";
import { db } from "../../common/database";
import { PressableButton } from "../../components/ui/pressable";
import Paragraph from "../../components/ui/typography/paragraph";
import PremiumService from "../../services/premium";
import { useThemeStore } from "../../stores/use-theme-store";
import { SIZE } from "../../utils/size";
@@ -59,7 +58,7 @@ export const TrashIntervalSelector = () => {
anchor={
<PressableButton
onPress={async () => {
await PremiumService.verify(menuRef.current?.show);
menuRef.current?.show();
}}
type="grayBg"
customStyle={{