summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 17:01:42 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 17:01:42 +0000
commit5bcb46670111a98a22d75659acefb4e430b06ec9 (patch)
tree428e1f8c87d313237cd60166a7bf627dac9f879b
parent5c641f5f5eebc28aa8233830cbcd1255252556fe (diff)
parent51722a312d590cd591ae53a87dcf13c113e8407d (diff)
downloadLauncher3-oreo-m2-s5-release.tar.gz
Change-Id: I027d611c96057797c538cf6e38a4fcd88a0abeed
-rw-r--r--src/com/android/launcher3/CellLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java
index 3ebccda9e7..a75c6d1c4d 100644
--- a/src/com/android/launcher3/CellLayout.java
+++ b/src/com/android/launcher3/CellLayout.java
@@ -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);