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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user