Skip to content

Commit e9c2a12

Browse files
Fix android paid screen (#356)
* Fix android paid screen * changelog
1 parent 897404a commit e9c2a12

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION=2.6.4
2-
APP_BUILD_NUMBER=468
1+
APP_VERSION=2.6.5
2+
APP_BUILD_NUMBER=469
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed an issue where success screen does not correctly show
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Corrigé un problème d'affichage de l'écran "Payé"

src/config/platform/platform.native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ export const platform = {
4747
deviceLocale: getLocale(),
4848
isBitcoinize,
4949
isShareAvailable: true,
50-
springAnimationDelay: isAndroid ? 50 : 0
50+
springAnimationDelay: 0
5151
};

0 commit comments

Comments
 (0)