From 40f1d863f66a02ae5e89fc6178ce8ceb567fefcc Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 14 Mar 2019 18:03:55 -0500 Subject: [PATCH] Number of DEBUG_STATES was 1 less than necessary Change-Id: I0a9289f9bcf99df0d9a466ad3ff00996192921f2 --- .../src/com/android/quickstep/WindowTransformSwipeHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java index 00dbdff1bf..fd53f9c87c 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java @@ -110,7 +110,7 @@ public class WindowTransformSwipeHandler implements SwipeAnimationListener, OnApplyWindowInsetsListener { private static final String TAG = WindowTransformSwipeHandler.class.getSimpleName(); - private static final String[] STATE_NAMES = DEBUG_STATES ? new String[16] : null; + private static final String[] STATE_NAMES = DEBUG_STATES ? new String[17] : null; private static int getFlagForIndex(int index, String name) { if (DEBUG_STATES) {