From d317f17273a24ac905aa5edd5739555efb906aeb Mon Sep 17 00:00:00 2001 From: Jon Spivack Date: Wed, 28 Jul 2021 16:28:43 -0700 Subject: [PATCH] NIU Actions: Change AppTheme to LauncherTheme Some theme attributes used for the NIU Actions Overview were originally defined in a theme that inherited from LauncherTheme. However, 3rd-party Launchers that also used themes derived from LauncherTheme were unable to access these attributes, leading to crashes when they tried to open the Recents screen on Go devices. Just adding the attributes to LauncherTheme solves this issue. Bug: 194810415 Test: Manual (tried a couple 3rd-party launchers on Wembley) Test: m -j RunLauncherGoGoogleRoboTests Change-Id: I7a2541f2a2ab3b39e0c6cf2fe40a4b096047df70 --- go/quickstep/res/values/styles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/quickstep/res/values/styles.xml b/go/quickstep/res/values/styles.xml index 561531b623..442c41375d 100644 --- a/go/quickstep/res/values/styles.xml +++ b/go/quickstep/res/values/styles.xml @@ -16,14 +16,14 @@ --> - -