Snap for 4393550 from 606f54a157 to pi-release

Change-Id: I7877d438b38c7acf56c86e0d2080e98cf1bd26e6
This commit is contained in:
android-build-team Robot
2017-10-13 08:04:12 +00:00
+1 -1
View File
@@ -606,7 +606,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
// Hotseat icons - remove text
if (child instanceof BubbleTextView) {
BubbleTextView bubbleChild = (BubbleTextView) child;
bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible());
bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
}
child.setScaleX(mChildScale);