From e1c1d23bde8c19ada22c0f3fa606c74a0097dc09 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 28 Jun 2017 11:54:22 -0700 Subject: [PATCH] Fixing black background when going back from assistant. - When returning to a non-wallpaper task from the assistant, the opaque animation background for the task-close animation was drawing behind the assistant stack and occluding the fullscreen task. The original change in ag/99642 no longer applies since our task switcher has changed and we can remove this opaque background. Bug: 63072954 Test: Open fullscreen task, open assistant, hit back. Also ensure that launching and closing new tasks don't result in additional tasks being visible. Change-Id: I3347a552b15d3cd5ed51f283b99e4caa5eb298a0 --- core/res/res/anim/task_close_enter.xml | 2 +- core/res/res/anim/task_close_exit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/anim/task_close_enter.xml b/core/res/res/anim/task_close_enter.xml index b07f470dd5f5e..bea0ee51d5939 100644 --- a/core/res/res/anim/task_close_enter.xml +++ b/core/res/res/anim/task_close_enter.xml @@ -18,7 +18,7 @@ --> + android:shareInterpolator="false" android:zAdjustment="normal"> + android:shareInterpolator="false" android:zAdjustment="top">