Merge "Fixed icons overlapping issue." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
3889bbc068
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user