Skip to content

Commit

Permalink
Snap for 4402310 from 51722a3 to oc-m2-release
Browse files Browse the repository at this point in the history
Change-Id: I027d611c96057797c538cf6e38a4fcd88a0abeed
  • Loading branch information
android-build-team Robot committed Oct 18, 2017
2 parents 5c641f5 + 51722a3 commit 5bcb466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/launcher3/CellLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public boolean addViewToCellLayout(View child, int index, int childId, LayoutPar
// Hotseat icons - remove text
if (child instanceof BubbleTextView) {
BubbleTextView bubbleChild = (BubbleTextView) child;
bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible());
bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
}

child.setScaleX(mChildScale);
Expand Down

0 comments on commit 5bcb466

Please sign in to comment.