summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-06-17 08:43:56 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-06-17 08:44:51 -0700
commitae50284e0a838139c67caf0064a0977c871497fa (patch)
tree45147a676bc32b604a9c64808a3a836de748e3a4 /src/com/android/launcher3/BubbleTextView.java
parentbb011dad4e69bec027be1e00d573a3095b318b43 (diff)
downloadandroid_packages_apps_Trebuchet-ae50284e0a838139c67caf0064a0977c871497fa.tar.gz
android_packages_apps_Trebuchet-ae50284e0a838139c67caf0064a0977c871497fa.tar.bz2
android_packages_apps_Trebuchet-ae50284e0a838139c67caf0064a0977c871497fa.zip
Moving LauncherAccessibilityDelegate to Launcher to associate it with
activity lifecycle. Change-Id: Ib815505677fa7ed74bdcfe7141b1d9bea5d7143a
Diffstat (limited to 'src/com/android/launcher3/BubbleTextView.java')
-rw-r--r--src/com/android/launcher3/BubbleTextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java
index 5d0f78308..be00aec34 100644
--- a/src/com/android/launcher3/BubbleTextView.java
+++ b/src/com/android/launcher3/BubbleTextView.java
@@ -143,7 +143,7 @@ public class BubbleTextView extends TextView
setShadowLayer(SHADOW_LARGE_RADIUS, 0.0f, SHADOW_Y_OFFSET, SHADOW_LARGE_COLOUR);
}
- setAccessibilityDelegate(LauncherAppState.getInstance().getAccessibilityDelegate());
+ setAccessibilityDelegate(mLauncher.getAccessibilityDelegate());
}
public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) {