We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897404a commit e9c2a12Copy full SHA for e9c2a12
4 files changed
.env
@@ -1,2 +1,2 @@
1
-APP_VERSION=2.6.4
2
-APP_BUILD_NUMBER=468
+APP_VERSION=2.6.5
+APP_BUILD_NUMBER=469
fastlane/metadata/android/en-US/changelogs/469.txt
@@ -0,0 +1 @@
+- Fixed an issue where success screen does not correctly show
fastlane/metadata/android/fr-FR/changelogs/469.txt
+- Corrigé un problème d'affichage de l'écran "Payé"
src/config/platform/platform.native.ts
@@ -47,5 +47,5 @@ export const platform = {
47
deviceLocale: getLocale(),
48
isBitcoinize,
49
isShareAvailable: true,
50
- springAnimationDelay: isAndroid ? 50 : 0
+ springAnimationDelay: 0
51
};
0 commit comments