mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Force all apps content to be alpha 0 when plugin is in place
Bug: 155114822 Change-Id: I9b2d10d5c009c3bb4fb2cf4cb4d9ff50153eba39
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user