force flow torecat for all screen

This commit is contained in:
Mo Tarbin
2026-02-10 23:21:27 -05:00
parent d9d93ffad3
commit aaa7bae55f
2 changed files with 2 additions and 8 deletions

View File

@@ -94,10 +94,7 @@ const AccountSettings = () => {
userProfile?.subscription !== 'cancelled')
}
onClick={async () => {
if (
Capacitor.isNativePlatform() &&
Capacitor.getPlatform() === 'ios'
) {
if (Capacitor.isNativePlatform()) {
try {
const { RevenueCatUI } = await import(
'@revenuecat/purchases-capacitor-ui'

View File

@@ -712,10 +712,7 @@ const Settings = () => {
userProfile?.subscription !== 'cancelled')
}
onClick={async () => {
if (
Capacitor.isNativePlatform() &&
Capacitor.getPlatform() === 'ios'
) {
if (Capacitor.isNativePlatform()) {
try {
const { RevenueCatUI } = await import(
'@revenuecat/purchases-capacitor-ui'