diff options
| author | 2014-09-05 14:58:20 +0000 | |
|---|---|---|
| committer | 2014-09-07 20:08:22 +0000 | |
| commit | d78d4f3acd83d111a0d64d400694ed51a67f488e (patch) | |
| tree | 9f1a61b1568e2288977d74e59ac911f8d9f0b7c7 | |
| parent | 8232d822aa97e78e982ed154ac618cde34baac2a (diff) | |
Revert "Delay in app transition until home animation completes. (Bug 17012456)"
This reverts commit e9883b8a92d72a3cfd947b3ce835bc8e4da2f1b2.
Change-Id: I61664e2a2589d09e5a93a776cf3c391049e7b284
| -rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 5399a3948e73..0e189792aa7c 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -137,7 +137,7 @@ <!-- The min animation duration for animating the task in when transitioning from home. --> <integer name="recents_animate_task_enter_from_home_duration">275</integer> <!-- The animation stagger to apply to each task animation when transitioning from home. --> - <integer name="recents_animate_task_enter_from_home_delay">150</integer> + <integer name="recents_animate_task_enter_from_home_delay">10</integer> <!-- The short duration when animating in/out the lock to app button. --> <integer name="recents_animate_lock_to_app_button_short_duration">150</integer> <!-- The long duration when animating in/out the lock to app button. --> |