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

Commit e180641d authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Force all apps content to be alpha 0 when plugin is in place Bug:...

Merge "Force all apps content to be alpha 0 when plugin is in place Bug: 155114822" into ub-launcher3-rvc-dev
parents 7a87f953 898bd991
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -230,6 +230,8 @@ public class AllAppsTransitionController implements StateHandler, OnDeviceProfil
                    hasAllAppsContent, setter, headerFade, allAppsFade);
        } else {
            setter.setViewAlpha(mPluginContent, hasAllAppsContent ? 1 : 0, allAppsFade);
            setter.setViewAlpha(mAppsView.getContentView(), 0, allAppsFade);
            setter.setViewAlpha(mAppsView.getScrollBar(), 0, allAppsFade);
        }
        mAppsView.getSearchUiManager().setContentVisibility(visibleElements, setter, allAppsFade);