Loading src/com/android/launcher3/popup/ArrowPopup.java +1 −1 Original line number Diff line number Diff line Loading @@ -495,7 +495,7 @@ public abstract class ArrowPopup<T extends Context & ActivityContext> mArrow.setPivotY(mIsAboveIcon ? mArrowHeight : 0); } private void updateArrowColor() { protected void updateArrowColor() { if (!Gravity.isVertical(mGravity)) { mArrow.setBackground(new RoundedArrowDrawable( mArrowWidth, mArrowHeight, mArrowPointRadius, Loading src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -593,6 +593,7 @@ public class PopupContainerWithArrow<T extends StatefulActivity<LauncherState>> mNotificationContainer.setVisibility(GONE); updateHiddenShortcuts(); assignMarginsAndBackgrounds(PopupContainerWithArrow.this); updateArrowColor(); } else { mNotificationContainer.trimNotifications( NotificationKeyData.extractKeysOnly(dotInfo.getNotificationKeys())); Loading Loading
src/com/android/launcher3/popup/ArrowPopup.java +1 −1 Original line number Diff line number Diff line Loading @@ -495,7 +495,7 @@ public abstract class ArrowPopup<T extends Context & ActivityContext> mArrow.setPivotY(mIsAboveIcon ? mArrowHeight : 0); } private void updateArrowColor() { protected void updateArrowColor() { if (!Gravity.isVertical(mGravity)) { mArrow.setBackground(new RoundedArrowDrawable( mArrowWidth, mArrowHeight, mArrowPointRadius, Loading
src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -593,6 +593,7 @@ public class PopupContainerWithArrow<T extends StatefulActivity<LauncherState>> mNotificationContainer.setVisibility(GONE); updateHiddenShortcuts(); assignMarginsAndBackgrounds(PopupContainerWithArrow.this); updateArrowColor(); } else { mNotificationContainer.trimNotifications( NotificationKeyData.extractKeysOnly(dotInfo.getNotificationKeys())); Loading