From 71f06807a458ec285841198e2363ba9d75f26ebf Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 17 Jun 2019 17:22:56 -0700 Subject: [PATCH] Add QuickstepProcessInitializer back to common src While removing unused files in Go version of quickstep, I removed QuickstepProcessInitializer which seemed unused but is actually initialized as a resource based ovverride. This CL puts it back as common src so that both Launcher3GoIconRecents and the rest of the variants all use this class. Bug: 135472635 Test: Run Launcher3GoIconRecents => no exception Test: Run Launcher3 => no exception Change-Id: I56f319bac536ec4da96285fab932fe574afa4520 --- .../src/com/android/quickstep/QuickstepProcessInitializer.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename quickstep/{recents_ui_overrides => }/src/com/android/quickstep/QuickstepProcessInitializer.java (100%) diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/QuickstepProcessInitializer.java b/quickstep/src/com/android/quickstep/QuickstepProcessInitializer.java similarity index 100% rename from quickstep/recents_ui_overrides/src/com/android/quickstep/QuickstepProcessInitializer.java rename to quickstep/src/com/android/quickstep/QuickstepProcessInitializer.java