Merge "Fixed icons overlapping issue." into main

This commit is contained in:
Mykola Podolian
2024-10-25 19:37:38 +00:00
committed by Android (Google) Code Review
-3
View File
@@ -186,9 +186,6 @@ public class Hotseat extends CellLayout implements Insettable {
*/
public void adjustForBubbleBar(boolean isBubbleBarVisible) {
DeviceProfile dp = mActivity.getDeviceProfile();
if (!dp.shouldAdjustHotseatForBubbleBar(getContext(), isBubbleBarVisible)) {
return;
}
ShortcutAndWidgetContainer icons = getShortcutsAndWidgets();
AnimatorSet animatorSet = new AnimatorSet();