Merge "Hide manage menu in overflow" into rvc-dev am: 38694c298c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11850111 Change-Id: I0f4dd0ac285a11321a2a8a6ad80e74faf1667156
This commit is contained in:
@@ -1106,7 +1106,10 @@ public class BubbleStackView extends FrameLayout
|
|||||||
}
|
}
|
||||||
mBubbleContainer.addView(mBubbleOverflow.getBtn(), overflowBtnIndex,
|
mBubbleContainer.addView(mBubbleOverflow.getBtn(), overflowBtnIndex,
|
||||||
new FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT));
|
new FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT));
|
||||||
mBubbleOverflow.getBtn().setOnClickListener(v -> setSelectedBubble(mBubbleOverflow));
|
mBubbleOverflow.getBtn().setOnClickListener(v -> {
|
||||||
|
setSelectedBubble(mBubbleOverflow);
|
||||||
|
showManageMenu(false);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Handle theme changes.
|
* Handle theme changes.
|
||||||
|
|||||||
Reference in New Issue
Block a user