diff options
| author | 2022-10-14 13:30:28 +0000 | |
|---|---|---|
| committer | 2022-10-14 14:18:32 +0000 | |
| commit | 02f754ef1b9e3e5aefccf4c5aecc5783cd2ce555 (patch) | |
| tree | 855ae5cc1caf63a01f15bd9fbe997c527e6f9586 | |
| parent | a50b5fcba33506b41d4763f6ede3353c93367c57 (diff) | |
Slightly increase unfold animation timeout
This partially addresses the problem of seeing the animation triggering several times while folding the device slowly.
Bug: 234819171
Bug: 232927344
Test: Fold/unfold manually
Change-Id: I1948cc250bcc1dada82fcf5b9257629d791f9fed
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 84280605862f..a9799f243cb7 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -701,7 +701,7 @@ <!-- Indicates the time needed to time out the fold animation if the device stops in half folded mode. --> - <integer name="config_unfoldTransitionHalfFoldedTimeout">600</integer> + <integer name="config_unfoldTransitionHalfFoldedTimeout">1000</integer> <!-- Indicates that the device supports having more than one internal display on at the same time. Only applicable to devices with more than one internal display. If this option is |