Fixing all-apps appearing as blank

Since all-apps and homescreen do not share any QSB, we can
change the alpha for hotseat QSB directly

Bug: 184122599
Test: Manual
Change-Id: Ifa610fe75ad22cfe8a7d816ed2b48e2b9411c4c1
This commit is contained in:
Sunny Goyal
2021-03-31 14:56:47 -07:00
parent 21dfadab76
commit 0b5b8d4969
4 changed files with 1 additions and 59 deletions

View File

@@ -110,7 +110,6 @@ public class AllAppsTransitionController
setScrollRangeDelta(mScrollRangeDelta);
if (mIsVerticalLayout) {
mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(1);
mLauncher.getHotseat().setTranslationY(0);
mLauncher.getWorkspace().getPageIndicator().setTranslationY(0);
}