Skip to content

Commit b4c2d47

Browse files
committed
fix(mobile): show stripe subscriptions on android
1 parent 22e0e90 commit b4c2d47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/mobile/src/lib/payment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ export const isAndroidApkInstall = () => {
2828
}
2929
}
3030

31-
export const isPaymentFeatureEnabled = (paymentEnabled?: boolean | null) =>
32-
Boolean(paymentEnabled) && (!isAndroid || isAndroidApkInstall())
31+
export const isPaymentFeatureEnabled: (paymentEnabled?: boolean | null) => boolean = Boolean

0 commit comments

Comments
 (0)