Revert "Fix Taskbar Y-Translation with Visible Bottom Sheet"

This reverts commit d82503fc42.

Reason for revert: Introduced crashes

Change-Id: I0956f746e25ccfe655169580fd802d33f99c0652
This commit is contained in:
Sukesh Ram
2024-10-28 17:26:47 +00:00
committed by Android (Google) Code Review
parent d82503fc42
commit 99c442b015
6 changed files with 26 additions and 71 deletions
@@ -234,7 +234,7 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
mTaskbarNavButtonTranslationY =
controllers.navbarButtonsViewController.getTaskbarNavButtonTranslationY();
mTaskbarNavButtonTranslationYForInAppDisplay = controllers.navbarButtonsViewController
.getNavButtonTranslationYForInAppDisplay();
.getTaskbarNavButtonTranslationYForInAppDisplay();
mActivity.addOnDeviceProfileChangeListener(mDeviceProfileChangeListener);