From 5933f21a94f02ea3dec1f04d80c91186743caed2 Mon Sep 17 00:00:00 2001 From: Swiss Bitcoin Pay Date: Wed, 29 Oct 2025 21:43:52 +0100 Subject: [PATCH 1/2] Fix android paid screen --- src/config/platform/platform.native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/platform/platform.native.ts b/src/config/platform/platform.native.ts index 83ddcd2d..9a845ba8 100644 --- a/src/config/platform/platform.native.ts +++ b/src/config/platform/platform.native.ts @@ -47,5 +47,5 @@ export const platform = { deviceLocale: getLocale(), isBitcoinize, isShareAvailable: true, - springAnimationDelay: isAndroid ? 50 : 0 + springAnimationDelay: 0 }; From 8786a415a40e8c4d9d7956bc5ebad6c9877df35a Mon Sep 17 00:00:00 2001 From: Swiss Bitcoin Pay Date: Wed, 29 Oct 2025 21:45:42 +0100 Subject: [PATCH 2/2] changelog --- .env | 4 ++-- fastlane/metadata/android/en-US/changelogs/469.txt | 1 + fastlane/metadata/android/fr-FR/changelogs/469.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/469.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/469.txt diff --git a/.env b/.env index e8f683e5..f02f6d25 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -APP_VERSION=2.6.4 -APP_BUILD_NUMBER=468 +APP_VERSION=2.6.5 +APP_BUILD_NUMBER=469 diff --git a/fastlane/metadata/android/en-US/changelogs/469.txt b/fastlane/metadata/android/en-US/changelogs/469.txt new file mode 100644 index 00000000..aa6a4b57 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/469.txt @@ -0,0 +1 @@ +- Fixed an issue where success screen does not correctly show \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/469.txt b/fastlane/metadata/android/fr-FR/changelogs/469.txt new file mode 100644 index 00000000..8ee503fd --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/469.txt @@ -0,0 +1 @@ +- Corrigé un problème d'affichage de l'écran "Payé" \ No newline at end of file