From 6eee0e131a89276d41fbf59d645385a290cd0118 Mon Sep 17 00:00:00 2001 From: Chong Zhang Date: Thu, 14 Apr 2016 16:02:56 -0700 Subject: [PATCH] Disable starting window for Recents When using a starting window, transition could start early before real app window is drawn. We don't want this with Recents, so disable it explicitly. bug: 27812497 Change-Id: I648b2de3f91923978ef8b3d4f2629f0f73321b98 --- packages/SystemUI/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 0730083b6592c..aeb484f8ffc42 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -33,6 +33,7 @@ @color/transparent @null true + true