force flow torecat for all screen
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user