Fix Taskbar window size upon rotation

This cl simply reuses logic of setting the default taksbar window size upon rotation of device.

Test: Manual
Bug: 411587814
Flag: EXEMPT bugfix
Change-Id: I65149425b8d03240c3c4ab09ec0ec82be6b40c8f
This commit is contained in:
Jagrut Desai
2025-05-07 09:15:40 -07:00
parent 237e594dd0
commit 6e3a83cf15
@@ -1227,7 +1227,7 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
? R.dimen.taskbar_phone_size
: R.dimen.taskbar_stashed_size);
} else {
taskbarWindowSize = deviceProfile.taskbarHeight + deviceProfile.getTaskbarOffsetY();
taskbarWindowSize = mActivity.getDefaultTaskbarWindowSize();
}
if (mBubbleControllers != null) {
int bubbleBarMaxHeight = mBubbleControllers.bubbleBarViewController