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

Commit 606f54a1 authored by Jon Miranda's avatar Jon Miranda Committed by android-build-merger
Browse files

Merge branch 'ub-launcher3-dorval-polish2' am: ea6d0e63

am: 2580bd67

Change-Id: If8816b1381769b9a8e8690647548ceb7a301ccce
parents 4c2a16c2 2580bd67
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -606,7 +606,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
        // Hotseat icons - remove text
        // Hotseat icons - remove text
        if (child instanceof BubbleTextView) {
        if (child instanceof BubbleTextView) {
            BubbleTextView bubbleChild = (BubbleTextView) child;
            BubbleTextView bubbleChild = (BubbleTextView) child;
            bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible());
            bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
        }
        }


        child.setScaleX(mChildScale);
        child.setScaleX(mChildScale);