diff --git a/VERSION_CODE b/VERSION_CODE index 274ccca8a..55596b29f 100644 --- a/VERSION_CODE +++ b/VERSION_CODE @@ -1 +1 @@ -209 \ No newline at end of file +210 \ No newline at end of file diff --git a/app/fragments/secure/components/TransferSingle.tsx b/app/fragments/secure/components/TransferSingle.tsx index 408519474..24d6e66a6 100644 --- a/app/fragments/secure/components/TransferSingle.tsx +++ b/app/fragments/secure/components/TransferSingle.tsx @@ -459,6 +459,9 @@ export const TransferSingle = memo((props: ConfirmLoadedPropsSingle) => { } }, [registerPending, jettonAmountString, jetton, fees]); + const isGasless = fees.type === 'gasless' && fees.params.ok; + const setUseGasless = isGasless ? onSetUseGasless : undefined; + return ( { isWithStateInit={!!order.messages[0].stateInit} contact={contact} failed={failed} - isGasless={fees.type === 'gasless' && fees.params.ok} - onSetUseGasless={onSetUseGasless} + isGasless={isGasless} + onSetUseGasless={setUseGasless} /> ); }); \ No newline at end of file diff --git a/ios/wallet/Info.plist b/ios/wallet/Info.plist index 4e7713343..6b0f7c7d6 100644 --- a/ios/wallet/Info.plist +++ b/ios/wallet/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.3.15 + 2.3.16 CFBundleSignature ???? CFBundleURLTypes @@ -41,7 +41,7 @@ CFBundleVersion - 209 + 210 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index 918055f28..a8bd755cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet", - "version": "2.3.15", + "version": "2.3.16", "scripts": { "start": "expo start --dev-client", "android": "expo run:android",