Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2580bd67 authored by Jon Miranda's avatar Jon Miranda Committed by android-build-merger
Browse files

Merge branch 'ub-launcher3-dorval-polish2'

am: ea6d0e63

Change-Id: Iad151c917d51a5d90f7f3baddc76974fc44ee4ff
parents 1df30395 ea6d0e63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);