Merge "Update arrow color after all notifications dismissed." into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a91a6241f
@@ -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,
|
||||
|
||||
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user