Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1235b0ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Number of DEBUG_STATES was 1 less than necessary" into ub-launcher3-master

parents 72ac60d5 40f1d863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity>
        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) {