Revert "Make AllAppsRecyclerViewContainer GONE when hidden"
This reverts commit df59c2e535.
Reason for revert: b/293944420
Change-Id: I0ae830e1a5ba8affb6815c9e96ffee1b20c6e8d0
This commit is contained in:
committed by
Android (Google) Code Review
parent
df59c2e535
commit
a163646c7a
@@ -438,8 +438,7 @@ public class AllAppsTransitionController
|
||||
mAppsView = appsView;
|
||||
mAppsView.setScrimView(scrimView);
|
||||
|
||||
mAppsViewAlpha = new MultiValueAlpha(mAppsView, APPS_VIEW_INDEX_COUNT,
|
||||
FeatureFlags.ALL_APPS_GONE_VISIBILITY.get() ? View.GONE : View.INVISIBLE);
|
||||
mAppsViewAlpha = new MultiValueAlpha(mAppsView, APPS_VIEW_INDEX_COUNT);
|
||||
mAppsViewAlpha.setUpdateVisibility(true);
|
||||
mAppsViewTranslationY = new MultiPropertyFactory<>(
|
||||
mAppsView, VIEW_TRANSLATE_Y, APPS_VIEW_INDEX_COUNT, Float::sum);
|
||||
|
||||
Reference in New Issue
Block a user