commit | 71f06807a458ec285841198e2363ba9d75f26ebf | [log] [tgz] |
---|---|---|
author | Kevin <kevhan@google.com> | Mon Jun 17 17:22:56 2019 -0700 |
committer | Kevin <kevhan@google.com> | Mon Jun 17 17:22:56 2019 -0700 |
tree | 1f066685571bb92705f856c28dfb0ec56530d4b9 | |
parent | e1abaa64c25fdc9841f5cbeff2647ff4f95ac255 [diff] |
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
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