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

Commit 6c750adc authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Update action chicklets in correct order.

parent ab066931
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -983,6 +983,10 @@ public class FastTrackWindow implements Window.Callback,
        // Show or hide the resolve list if needed
        boolean visibleNow = mFooterDisambig.getVisibility() == View.VISIBLE;

        if (mLastAction != null) mLastAction.setChecked(!visible);
        if (actionView != null) actionView.setChecked(visible);
        mLastAction = actionView;

        // Bail early if already in desired state
        if (visible == visibleNow) return;

@@ -997,10 +1001,6 @@ public class FastTrackWindow implements Window.Callback,
            // If hiding list, restore any down arrow state
            mArrowDown.setVisibility(mWasDownArrow ? View.VISIBLE : View.INVISIBLE);
        }

        if (mLastAction != null) mLastAction.setChecked(!visible);
        if (actionView != null) actionView.setChecked(visible);
        mLastAction = actionView;
    }

    /** {@inheritDoc} */