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

Commit bebae01a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Not controlling actions visibility during alpha

Bug: 153102687
Change-Id: Ib8f920d03a1123f08e76b0ca8b39784c073348c1
parent 0ea0dab9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
package com.android.launcher3.uioverrides;

import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
import static com.android.launcher3.LauncherState.OVERVIEW_BUTTONS;
import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE_IN_OUT;
import static com.android.launcher3.anim.Interpolators.LINEAR;
@@ -91,7 +92,7 @@ public final class RecentsViewStateController extends

        View actionsView = mLauncher.getActionsView();
        if (actionsView != null) {
            propertySetter.setViewAlpha(actionsView, buttonAlpha, actionInterpolator);
            propertySetter.setFloat(actionsView, VIEW_ALPHA, buttonAlpha, actionInterpolator);
        }
    }